Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

I have test cases in excel sheet but i am using quality
center.How can i copy the testcases from excel sheet to
quality center?explain this process.

Answer Posted / abhesheke

u need to download excel adding and install it one u have
installed that u will get a option in Excel tool bar saying
that export to test director

connect it to test director and follow the process
and all ur test case will be exported to test director

this is for test director as Quality center is advanced
version of test director i hope it work even for it work

if u have any query plz ping me

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

When Recovery scenario actually starts while testing the application?

2019


after click on compose mail how can we attached a file in qtp with vbscript code

2174


Explain hybrid framework with advantages and disadvantages?

1058


How many types of Automation frameworks are there in UFT? Describe them.

1020


How to export quicktest professional (qtp) results to an .xls file?

1174


Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?

1927


Is it possible to change the property value at runtime? How it is possible?

1019


How to handle Java tree in QTP?

1328


What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?

1185


What are private functions in QTP? How they can be called from the function library?

1037


How to creating an output value using quicktest professional?

1058


what could go wrong with test automation?

2060


I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1969


How to capture a window in QTP?

1972


Where we can use the analog mode and where we can use the low – level mode?

988