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
hi guys we r working in office...we write some scripts..suddenly we have a work(5min only) in out side..what will do now,,,used to system shut down or log off or lock or sleep mode,switch use or hibernate?
can anyone tell me from where i can download qtp demo or crack version
How to start recording using quicktest professional?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Explain the new feature of UFT regarding the export of test results?
What is checking bitmaps?
How to use reporter.report event in qtp ?
How will you handle java tree in qtp?
What is the difference between local and shared object repository in qtp?
How to creating an output value using quicktest professional (qtp)?
Is it possible to merge two object repository files in qtp?
How can we conduct U-I Testing by using QTP??????
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