How winrunner Handles varying window Labels?
Answers were Sorted based on User's Feedback
Answer / s saritha
Use a Regular Expression when the name of GUI objectcan
vary each time you run a test.
How to use Reg exp.
In Physical description :
Change the lable Property
Lable : "Fax Order No."
Lable : "!Fax Order No.*" (Reg Exp)
| Is This Answer Correct ? | 0 Yes | 0 No |
What happens when the gui map file get loaded?
What do you verify with the sync point for object/window bitmap and what command it generates, explain syntax?
What is the purpose of different record methods?
Can any one plz tell me any site where i could find some free testing tools like winrunner,load runner etc.plz reply on my mail if possible.Regards nitin9360@gmail.com
Explain the winrunner testing process?
what is software metrics
tell me the detailed exaplanation of different types of tesiting
WHAT IS THE MEANING OF AUT?
which option allows to execute script from a given location
Can anyone tell me the real usage of compiled modules and user defined functions stating real time example
what is the difference between bitmap checkpoint and image checkpoint
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...!