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.
Answers were Sorted based on User's Feedback
Answer / uday
Select Test Set in test lab module. Now click on Select test
link displayed.
By default, here test plan is selected. Choose Requirements
tree and select the requirements for the test set.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / 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 |
Answer / paddy
What is the solution? ANyone let me know how to map
requirement to multiple test set.
| Is This Answer Correct ? | 0 Yes | 0 No |
I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini
Any limitation to XML Checkpoints?
Once the Actions are splitted , is there any way to merge them
What is quick test pro?
Explain different checkpoints in qtp.
How are actions and functions different in QTP?
what all are the coverages , explain ?
I Scheduled a QTP Script on remote desktop. Script is going to failure,when remote desktop connection fails.I have to open my remote desktop untile the scripts exection completes. If I disconnect my remote desktop connection, script is going to fail.?
How to make arguments optional in a function?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
What are the methods used in UFT to handle exceptions or run-time errors?
how to click on object? (with out knowing the object details) for ex: in a webpage one link is available.i want to click that link by using one menthod through qtp?