Take a situation when you are working with QTP, suddenly
system has crashed.so you again start the system. My
questyion is how can QTP directly opened when the system
desktop appears.
Answer Posted / nagesh poli
upto my knowledge , there is no such events op options in
QTP.
you have to restart your test again.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
There is an excel file of 1 to 100 sheets how you will iterate through it?
What is qtpro? What is a quick test professional?
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 different types of qtp test assets and their extensions?
What are the ways you can synchronize?
when a test case is written how u test using qtp
How do you check ticket cost and ticket number in flight application?
Both static and dynamic arrays are handled by the vb script. Is it true?
How does qtp identify the object in the application?
What is quicktest professional?
How to use debug tools?
Whats the realtime QTP testing process
How to remove associated function library?
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
How is test case write?