how do we know whether all objects are stored in the object
repository or not? how can we know if a particular object
is not stored in the repository?
No Answer is Posted For this Question
Be the First to Post Answer
Explain object spy in qtp.
What is the difference between Functions and Action ?
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.
does test plan is in test strategy or test strategy is in test plan
how to pripare BRS/FRS Document for different projects?
IN A WEB PAGE THERE IS TWO WEB BUTTON WITH SAME OBJECT PROPERTY AND VALUE, SO HOW I WILL IDENTIFIE OBJECTS INDIVISUALY.
can i compare two databases using QTP ?
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
if full in Object Repostoiory then how to load other Object Repository
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
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
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??