how scripting language & programming language are different?
Scripting language depends on the Test Script Language on
the tool that is been used. TSL. It takes care of the
logical and physical description of each and every object
that is present in the gui.
Programming language contains only the physical
representation of the object and also the action/function
that the object will do. Prog Lang (if else, while, for
loops) can be used inside TSL for getting the correct
functionality.
| Is This Answer Correct ? | 0 Yes | 0 No |
supose 10 times text data is there but it will run 8 times whtat will you do.
is manual testing knowledge is enough for attending interviews
what is the use of _set_window in winrunner?
If u press a push button in an application the winrunner generates tsl statement like button_press(..) i.e the class name of the object and the event on that object but Why if u click a static text in an application the winrunner generates tsl statemen like win_mouse_click rather than the statement with combination of classname and event..??
how many license keys are there for winrunner in your company?
What happens when the gui map file get loaded?
while recording web application the functions are generating as set_window, menu_select_item. my qts is how the web functions will be used either typing manually or will be created by WR while recording? eventhough i selected web add-in. pls. guide me
How can you do debugging in winrunner?
In my application I was supposed to test two columns.The first column1 belongs to one module and the other column2 belongs to other module.The content in both the columns is same.I supposed to check whether the data present in the column1 is same as the one in column2. Each column contains number of rows.So checking each row manually is diificult.Is there any option available in WinRunner or QTP to check the column data.These two columns are available in Data Base Tables. One way is that I can just number of rows in each column so that I can get rows count of both the columns,but apart from that I was supposed to check whether the data is also same in both the tables. Can anybody suggest me how I can go about this.
Using the WinRunner Tool What that Regular Expression Scripts
which testcases do u automate?
If I dont have GUI spy on my machine how I do I manage to map my custom object properties