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
When Recovery scenario actually starts while testing the application?
after click on compose mail how can we attached a file in qtp with vbscript code
Explain hybrid framework with advantages and disadvantages?
How many types of Automation frameworks are there in UFT? Describe them.
How to export quicktest professional (qtp) results to an .xls file?
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?
Is it possible to change the property value at runtime? How it is possible?
How to handle Java tree in QTP?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
What are private functions in QTP? How they can be called from the function library?
How to creating an output value using quicktest professional?
what could go wrong with test automation?
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
How to capture a window in QTP?
Where we can use the analog mode and where we can use the low – level mode?