How to map the test cases to requirements in QC?

Answer Posted / hari

Select Requirement Module - Click on Desired Requirement - Double Click the requirement - Dialog box opens,Click Coverage button - Right hand side test plan window opens - In test plan tree select your test - click ADD ikon

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is qtp supports uni-code?

620


How many types of recording facility are available in quicktest professional?

575


How to use transactions in qtp?

571


When do go for loop condition in test?

660


How can I import environment from a file on disk?

544






How to suppress warnings from the test results page?

610


Give the syntax to import/export xls into qtp.

592


Does quicktest professional (qtp) is unicode compatible?

546


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1352


Where is the resultset of a sqlquery (which is fired by rsobj.open sqlquery,xxxx,xxxx) stored ?

1866


Did QTP prove efficient for your project? Yes or No, explain?

6124


How does qtp recognize objects in aut?

596


How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one

1606


How to use conditional loops in qtp ?

597


Can the user toggle between using Local OR and shared OR for the same action?

564