Answer Posted / dinesh1433
Example:
suppose i have 5 earlier releases in which all test cases were automated,we all knows for every release automated scrpt are running as a regression testing,because functional QA are focuing on current releases.
incase, while running the regression pack we found some issue due to break of functionality, then the issue is called automation bug.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what type of run time errors you get while you ar edoing rpg program?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
How to add synchronisation points in qtp?
How can you identify the browser and its information using the qtp script?
is there any addin for remedy user application
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
What is object repository in qtp?
What is a checkpoint? How many check points are there in qtp?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
How many types of parameters are there?
In what occasion we can specify global sheet and action sheet?
How u will do versioning in QTP?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
What is the qtp testing process?
If I change the object name in one action will it be updated in all the actions? Or not?