How to map the test cases to requirements in QC?
Answers were Sorted based on User's Feedback
Answer / sudha sharma
By using Requirement Coverage in Test Plan Module.
| Is This Answer Correct ? | 21 Yes | 3 No |
Answer / 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 |
Answer / chandan kumar
For requirement mapping in QC We have to go to Requirement
Tab in QC.Then Add requirement their as per RTM created .
| Is This Answer Correct ? | 4 Yes | 4 No |
Answer / paresh d
We can use tracebility matrix to map the test cases with
the user requirements.
| Is This Answer Correct ? | 5 Yes | 7 No |
what is automation(qtp)bug pls giv me one ex?
Is it possible to run QTP scripts created in IE 6.0 in IE 7.0?
what type of automation is follwed in the project?
· What should test in BANKING DOMAIN application ?
what are the Tools for version control?
How to check and display a particular word from a paragraph?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
How to automate the windows dialog box which is coming in the run mode? Whenever I run my scripts,I am getting dialog box ( for ex: Pls enter zipcode" eventhough I already entered the value,the dialog box pops up).I need to click it. Pls give some idea-How to automate the dialog box which is pop up in the runtime.
How can we call Winrunner functions from QTP?
what is the extension for QTP files?
16 Answers American Solutions,
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
I want to see all the properties of agent name in login window. I will use the script Set a=Window("FR").WinEdit("Agent Name:").Gettoproperties( ) msgbox but my question is how to use the msgbox if i use a it will display only a, so anyone pls let me know how to get the display of all the properties using GetToProperties () or GetRoProperties (). Thanks a lot