What is the use of Merge option provided in WR
Answers were Sorted based on User's Feedback
Answer / suresh.chaluvadi
Suppose several gui files are there and if we want to
combine those ones we use Merge.
u can do in two types of merges one is automatic merge and
other is Manual.
here we've to give two or more source files and one target
file.
so that those two files will combine and appear in the
target file.
Particularly this is useful when ur converting the gui
files which are created using Gui per test mode and would
like to change them in to Global gui.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / srikanth.m
this option is used merge multiple gui files.this is also
used to add an object in one gui file to another gui file.
this is available in GUIMap editor>view
| Is This Answer Correct ? | 0 Yes | 0 No |
If the data is stored in Excel sheet(2nd and 3rd), how to access it for Data Driven test; Ex: table = "c:\demo.xls" How to access 2nd or 3rd sheet data id demo.xls flie.
what is meant by CMMI standards
what is batch mode, how can u run ur tests in batch mode?
how you execute the function
What is the purpose of Wdiff utility?
What are command line options?How to invoke winrunner with vb add in using command line options?
What is debug mode in Winrunner?
What is the use of the "Find" Button in Gui Map Editor?
what is TSL script to connect testdirector through winrunner
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...!
How winrunner recognise window/object apart from GUI map file?
how u can connect database without using any wizard in winrunner?