Hi, We are using winrunner to test our Web Application. We are started looking at the EMOS Frame work and trying to see if we can implement our projects in...
Hi Venkat, Please see my comments below. I am sorry if I could not answer your questions. Regards, Ashok. pslemos123 <pslemos123@...> wrote: Hi, We are...
Hi, I am new this group. I am doing my testing course at STG here in bangalore. I dont have answer to the question put forward. But I want to know how to test...
Hi, Is there any support for scrollbars in EMOS? Or do i need an EVAL statement for that? All i would need is a line/page up/down functionality, just like a...
Hi All, I hope you can help me. I am new to the EMOS Framework. I want to be able to set a cell of a html_table using the framework. I believe I can use the...
Thanks,Ashok. It helped me. I am still trying to find how to use GUI check points in the frame work. Beaause, In our application, some times we may nned to...
Hi all, I hope you can help me.. I want to be able to click on a cell of a html_table in my application. I believe I can do this with the function FRM_SET_DATA...
Hi, replace FRM_SET_DATA(TABLE, TEST, "nav_table"); with FRM_TBL_set_data_block(TABLE, TEST, "nav_table"); You should download the MercToursWebDemo ...
Hi Venkat, it is difficult to mix GUI checkpoints with EMOS Framework becaus of one WR bug (well, feature) when it comes to the location of the expected files...
There is no direct support for scroll bars in EMOS Framework. The quickest thing is indeed the EVAL instruction. Another possibility would be to add another...
Thanks Dean, I have already downloaded the MercToursWebDemo. 1. The Tours demo is no longer on-line. 2. In the example there are no selection of table cells. ...
... Unfortunately. I have found no time to port the example to the new Tours. ... You are right. Your code ~S~#1~#2 is syntacticaly perfectly fine. However,...
In MercToursWebDemo, I found about EMOS Framework Table Patterns, but there is no lib of FRM_TBL_xxx, such as FRM_TBL_set_data_block(). is it in EMOS_GPL...
I met such kind of problem too. In html table, there is a checkbox in row 2, col 8, which I want to tick. In my spreedsheet, I wrote: ~B~#2~#8~ON, or...
I am new to EMOs and I'm trying to set it up. I just downloaded a Flight Demo and it instructs to "activate EMOS Framework at startup via WinRunner add-in...
I am sorry if this is a dumb question...Where do I find the Scripts/startup menu? I have Winrunner 7.6. I thought you have to go to General options and you can...
Hi, Any one tell me how to compare system date and Given application date. Thank you. Ashok perimom <perimom@...> wrote: I am sorry if this is a dumb...
Hello, Im trying to do Hello World demo. I am sorry what is INTERACTIVE RUN MODE? In my Winrunner, there are 3 modes: debug, verify, and update.I chose the...
To check for an empty value ("") you should place <clear> in the Excel cell. However, your example shows that the first value is not empty but filled with one...
If you use WR 7.5 or above, then you canot use the AddIn mechanism because mercury requires the AddIn licence. You should unzip the distribution file in <wr...
"Interactive mode" is the oposite of "batch mode". See "Tools\General Options\Run" and search for "batch mode" in User Guide. ... This is not OK. You shoud try...