How winrunner recognise window/object apart from GUI map file?
Answers were Sorted based on User's Feedback
Answer / cd
we use descriptive programming, where we supply
property:value pairs to winrunner to identify an object
without refering to gui map file.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / semo
Thru GUI map File only it will recognise..but if u record in
analog mode..it will recognise those ones based on coordinates..
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / uday
By using GUI Spy also we can recognize the windows and
Objects in the applications. And another way is by using
Rapid Test Script Wizard(RTSW). BY using RTSW, it can
recognize all the windows, objects and stores these into
a .gui file. While loading this .gui file, it loads all
these objects and windows into GUI Map file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kumar raju
By using Add-Ins
By using GUI Map Config for non standard objects
RTSW
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the diff. Between GUI_unload() and GUI_close()?
What is boundary test?
what happens when the script is executed in verify mode
what is the testing high level architecture
How do you analyze results and report the defects?
How winrunner Handles varying window Labels?
what is deployment?and who do deploy in a server, and when ?
3 Answers CTS, Mannar Company,
How do you find out which is the start up file in winrunner?
You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?
How to count bulk of text boxes in a webpage
how can u do web testing?exactly what is the process for web testing?
1 Answers IBM, Keane India Ltd,
can we write exception handlers (object,tsl,pop-up) programatically then how should we insert this in the script?