Hi,
Where should I get all the test's results If I ran the
scripts in Batch run.
At the result window I found only last test result.
Could any one help me on this?
Answers were Sorted based on User's Feedback
Answer / ajay
If you Open Result window it will show up current run
result.If you need previouse run result in the result
window open file menu you can find all set results.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / prakash
If we maintain Log file(like html/excel/...), Then we can see all Result files.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / deepakm82
Hey you need a test management tool like Quality Center to
do the stuff u asking for.
But if u will run in temporary folder then after each
execution you need to move the result file to a new path
beacuse if you wud run another script or again execute the
previous script then the results would overwrite the
previous results.
| Is This Answer Correct ? | 0 Yes | 1 No |
how to read log file using QTP??
what is the diffrence between script and Language ? (Chandana)
what is KEYWORD DRIVEN TESTING ? I M NOT ASKIN WHAT IS KEY WORD VIEW PLZ ANS FOR ONLY WHAT IS KEYWORD DRIVEN TESTING EXACTLY THANX
For ex we are doing automate testing in that can we do some part of application recording, some part descriptive programing and some part general VB scripting like that .............
How to handle the exceptions using recovery scenario manager in QTP?
is we can import the object repository from external source. if it so then how?
Write the vb script for the lowest and highest values of an array?
What environment does qtp run in?
what is file database
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
What are the problems / difficulties faced when you used Smart Identification ?
How to switch between browser tabs? )moving from one tab to another tab)