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


Please Help Members By Posting Answers For Below Questions

Hello Everyone, Please provide me the practical example of business component concept of QTP.Like how to create business component,how to connect the quality center etc.... Thanks in advance, Gaytri

1407


How to run a test using quicktest professional?

530


Can you write a script to check if the folder exists or not?

515


I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?

1853


wht type of User defined functions or Java Releated functions do we write in VB scripting

1828






I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.

3571


How to use debug tools?

2198


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1485


Both static and dynamic arrays are handled by the vb script. Is it true?

565


What is a recovery scenario?

571


Is it possible to call win runner script in qtp?

627


What is text/text area checkpoint?

564


Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?

557


How to find the difference between 2 dates in qtp?

583


I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?

599