How to import excel sheet to QC?

Answer Posted / sudha sharma

We can import requirements, tests and defects to QC from
Excel. This can be done by first installing the addin for
excel and then mapping the required fields.

Is This Answer Correct ?    5 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to use checkpoints in qtp ?

586


What is the Difference between copy to action and call to action?

589


Why is Client side image is preferred over server side image?

1444


What is business process testing(bpt) in qtp?

695


What are the automation metrice in your project?

1714






what is the difference between modular framework & datadriven framework

1597


If an application name changes frequently i.e while recording it has the name, in this case, how do qtp handles?

584


How do we analyze the checkpoint results?

583


1. wat are the main diff b/w QTP 8.0 AND QTP 9.2 ( not user interface) 2. wat is the meaning of Keyword in keyword driven frame work? 3. how u will handle the unknown errors while exucution. (not recovery scenario)

1728


Whats the realtime QTP testing process

1991


What is throw object?

1746


How to create a standard checkpoint ?

557


When Recovery scenario actually starts while testing the application?

1546


What is ObjectParamater?

1571


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

1346