What is the life cycle of QTP? Pls Give me Exact answer?
Answer Posted / saritha
excellent ans.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how to find that tools work well with ur existing system?
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
What is the difference in testing a client-server application and a web application?
Can you list some technologies that support qtp?
why text area checkpoints cannot used for web applications
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
How to call a test from another test?
What will be happen if i load object repository at run time, but it has already associated.
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
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
What are the views available in qtp?
What is data driver in qtp?
Is it possible to call win runner script in qtp?
Give me some real time point of way where exactly we can conduct audits?
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain