By Default if you save a File with just pause statement in
the script how it is going to store in winrunner?
Answers were Sorted based on User's Feedback
Answer / suresh
Suppose if you store the script as "script1".it stored as a
directory rather than file.
By default if you save a script it saved as a
directory and it consists of two directories and two files.
they are db,exp directories and header,script files.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / allin
Continution for above answer.....
results folders are created depends on the no.of times
execution and lock file can be created.
Cheers,
Ratna rao.
| Is This Answer Correct ? | 0 Yes | 0 No |
tell me about compiled module & function generator
What is the purpose of gui map configuration?
The title of the window consists of date and time.What is the regular expression to recognize the window as unique?
How do you view the contents of the GUI map?
what is the difference between unit testing,integration testing and interface testing?
winrunner & QTP both are developed by mercury interactive,what is main difference between these two? Thanks in ADVANCE
what is Add-wathch, how will it work?
1. How will you load the object during run time? 2. How do you close the Task Manager through QTP? 3. How will you handle the situation when object is not captured during record? 4. How QTP support all types of applications (Platforms) 5. What is throw object? 6. Purpose of automation as many points as possible 7. What In-string function will do? 8. In website, protocol has been changed http: to https what you will do? Tell me your Approach? 9. Runtime dynamic settings. 10. Types of exception handling and script for that. 11. On resume next(recovery, do u write the script in notepad, if so, what is the script and how to call it when ever it occurs? ________PLs anyone give me the answers for these questions. Thanks a lot!
how will u perform bug tracking using winrunner?
what is the extension of default,custom check points ?
how many types of run modes are there in Winrunner
In my application I was supposed to test two columns.The first column1 belongs to one module and the other column2 belongs to other module.The content in both the columns is same.I supposed to check whether the data present in the column1 is same as the one in column2. Each column contains number of rows.So checking each row manually is diificult.Is there any option available in WinRunner or QTP to check the column data.These two columns are available in Data Base Tables. One way is that I can just number of rows in each column so that I can get rows count of both the columns,but apart from that I was supposed to check whether the data is also same in both the tables. Can anybody suggest me how I can go about this.