How to create basic scripts from a manual test case in QTP?
Answer Posted / madhavi
We can Generate the basic script from manual test case by
using Quality Center management tool.
They are 4 main modules in Quality Center
1. Requirements module
2. Test Plan module
3. Test Lab module
4. Defects module
In Test Plan module we can generate test cases for manual
testing and afterwards those test cases can be automated by
selecting the "QUICKTEST-TEST" option in the test plan tool
bar we can generate the basic script.
| Is This Answer Correct ? | 26 Yes | 7 No |
Post New Answer View All Answers
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
Explain Descriptive Programming Types with Examples?
What is qtpro? What is quick test pro?
How you can replace string in qtp?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
What are the types of object repositories? Which one is you are using?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
How to attach a file to TD?
Can U Explain about QTP tool from older version to latest version also its differences?
What is the basic concept of quicktest professional?
tell me abt a time when u had to go above &beyind the call of duty to get the job done
Explain the concept of how quicktest professional identifies object?
What is data driver in qtp?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)