How can I map test requirement to Test Set (multiple test
cases)? Under test lab, I have multiple test cases. I would
like to map 1 requirement to all test cases under that test
set (in test lab)? Currently, I think QC only allow mapping
1 test requirement to 1 test case. Instead I would like to
map 1 test requirement to multiple test cases under one
test lab.
Answer Posted / kiran
GOTO Requirements Tab
Right Click on the Requirement to you want to add test cases
Select Requirement Details
Select Test Coverage
Click on the Select
Test plan tree will be opend and select the tests from the
test plan
Hope this what you are looking for
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
How will you compare keyword and expert view?
What is the basic concept of qtp?
Explain how qtp identifies object?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
Hi ,Can any one pleas explain how to test splash objects using QTP?
Whats the realtime QTP testing process
What do you mean by iteration?
What are the features and benefits of quick test pro (qtp 8.0)?
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
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
what is meant by source control?
Write a script to verify font style and color of a windows object using descriptive programming
Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?
I created 3 actions in test suppose I want to run action 1 in single time, action 2 is 4 time what I do?