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 want to configure the OR and library files to a particular QTP test during run time. Note: OR and Library files are located in Quality Center. Is it possible in QTP? Anybody having code?
How to open any application during Scripting?
What is the extension of script and object repositary files?
Hi, Can anyone tell me what type questions can be ashed in interview on QTP?
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
What is Test Fusion Report in QTP?
How to test a web application using QTP?there is no any .exe file in web app,then how we can take the application for testing
How can we do this one ? at runtime qtpwindow and browser aren't disply on monitor (or) aren't visible on desktop?how?
What are the Test design techniques you uses in ur project?
-->IF two TextBOxes are there in a "Form". -->A table contains some records which contains usernames & password.. -->What is the script we need to write using Descriptive programming concept...in QTP (simply DATA DRIVEN TEST SCRIPT OF QTP)?
how you update scripts in qtp?
I have to do testing for XML file using QTP. 1. I was given a sample XML, I had to edit that with my actual data and had to make a new XML-- this part is completed, I did that. 2. Now I have to copy the exact contents of that XML file and have to paste it in a web application as a request message for web appliaction processing, using QTP. So I am unable to copy and paste it in web application, please help me out.