Think and Reply.. can we parameterize radio buttons, check
boxes? as in flight web site on flight preference page,
choosing different flight produces trouble if from port and
to port been parameterize, and runs. Try it by own you
will get the error.
Answer Posted / jay prakash
It is possible. Just work a little more on it.
| Is This Answer Correct ? | 0 Yes | 7 No |
Post New Answer View All Answers
Key word driven framework
regular expression in qtp standar check point for months from accepting months from january to december only
Analyzing the checpoint results?
I had installed QTP 9.2. It is working fine but whenever I open QTP, it is trying to reinstall the below-mentioned files again and again "QTP92PS82UPGRADE.exe", "recogn.dll". If anybody has these files, please provide those files in this site or you can send that files to my mail id also (lravi4u@yahoo.com). If you don't know where the files will be in the QTP, search in the QTP software CD or path of QTP program installed (C:\Program Files\Mercury Interactive\QuickTest Professional)
which type of testing process are you following in ur company? how to recognize a qtp page?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
How to delete an object from the object repository?
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
What is the difference between byref and byval in qtp?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
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
Have you done batch testing in qtp? If yes how you are doing?
In what occasion we can specify global sheet and action sheet?
What is a recovery scenario?
Can launch two instances of qtp on the same machine?