Answer Posted / md sadiq
Regular expressions are used to identify the property of
the object which does not have the constant name or value.
For example, if there is an object displays the name as
Object1, Object2,.....ObjectN means we can use the regular
expression.
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the views available in quicktest professional (qtp)?
write a script to verify the image path(src property) of the images which are in web pages.
who QTP recognizes the object stored in object repository?
Explain how you can delete excel file in qtp?
What are the different attributes used with regular expression?
how will you load the test cases in ddt?
What is the diff between image and bitmap check point?
How do you delete unwanted results in qtp?
how to find that tools work well with ur existing system?
when u script reveiwing in which area u more concentrates?
How can I check if a environment variable exist or not?
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 ordinal identifiers in web page?
hi i want license key for qtp 9.2 pls its adjust product name : quick test professional locking code :8 - 54A6A license type : seat license maintenance number : 88888888-8888 pls send license key to my email id borusu.ramkumar@gmail.com
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?