What kind of errors can b handled in QTP in real time
scenario?
Answers were Sorted based on User's Feedback
Answer / sriharsha
hi,
1) Pop-up Window
2) Object state
3) Test run error
4) Application Crash
| Is This Answer Correct ? | 19 Yes | 0 No |
Explain script generated after applying database check point?
What are the Levels of Automation in QTP
Did the scripts need lot of maintenance? If yes, why?
how can i call an external action,which is not added external action of an action?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
What are the recording modes and executing modes avialble in QTP?
How to pass a variable in Dos Command using QTP? Eg: Dim path1, path2 path1 = "C:\Test\sample1.doc" path2 = "C:\Test\sample2.doc" How can we pass these path1 and path2 inside the "copy" dos command? I tried like this. this is not working. oShell.run "cmd /K copy" &path1 &path2
How we can add actions in the test using QTP?
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
Get the count of files of similar types from a folder.
how can we compare descriptive programing with a regular expression
how will we run batch tests in qtp what is the process to run the multiple test sets?