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 |
Suppose there is a global variable called Counter.And there is a user defined function called my_function.which does not take in any parameters. How can a test engineer utilize Counter inside my_function body?
what is the syntax for regular expression.dont send the types like regexp_label,regexp_msw_class
Where are multiple properties of object stored
what load_dll in winrunner
Explain the purpose of loading winrunner add-ins?
How to Know through script which add-ins are loaded with winrunner?
What is database check points? how many types are there?Explain?
What is Configuration Management?
What are the advantages of Global gui over gui map per test mode?
Tell US the Short key to open the dialogs of windows.
When do you use verify, Debug and Update modes?
I want to do smoke test in my application but i have learnt the application before recording but im getting an error class name not found while running the script.I want to check each links and each text in my application. Can anybody answer my quesion plz.If it is possible i want test script for Yahoo login form with "New User" Login.