what is the Command used to start the QTp from Run.
Answer Posted / sreekanth
santhosh answer ....is also suitable answer....
but try "QTPro.exe" in run
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Differences between text and test area checkpoints?
How did you use regular expressions in QTP and also in WR?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
What is RTM (require ment tracebulity marix) fromate?
What is the use of running the scripts in Hidden-mode in UFT?
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 many types of recording facility are available in quicktest professional?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
How many types of actions are there in quicktest professional?
How you debug your script?
Differentiate the type of test cases which can be automated and which cannot be automated?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
in my application,validation message has in japanise language.how to validate this message is appears properly or not
what the difference between shared repository and per action repository?