Answer Posted / venkat
c=Environment("a"")+environtment("b)
msgbox c
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many types of trigger events are there in qtp?
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
What is the difference between analog and low level recording?
What is the meaning Work bench?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
can i compare two databases using QTP ?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
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
Thanks....But can u tell me how i use the QTP for GIS with one Example...
distinguish between old version and new version QTP features.
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
How to import a test case present in ".xls" file to TD under a Test set?
When should I use smart identification?
What are the ordinal identifiers in web page?