What is the difference between gui map and gui map files?
No Answer is Posted For this Question
Be the First to Post Answer
which function executes multiple TSL script
How to know from the script that whether the object is custom object or virtual object?
two file is there how will compate it by useing qtp.
Have you ever created a start-up script?
can anybody tell me about 5 critical,major & low severity and priority with examples.
How do you maintain the document information of the test scripts?
When Bitmap check point fails..How many windows will appear?
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..??
Besides Record and Replay what else can we do with WinRunner?
can anybody tell me in realtime how tester access web based build and window based build
what is the use of generate script that is avaliable 3 places(file settings, tools, object identification)
Can we use the user defined functions (which inclues script with GUI functions) in Compile module? Example: public function MyGuiFun() { set_window(?Browser main window?); button_press(?OK?); } If yes. pls give some example, how to handle...!