Using Object Repository is a advantage or disadvantage?
Answer Posted / 77.ravindra@gmail.com
Using Object Repository is a advantage or disadvantage?
Answer
# 1 both are eqal using repository,but advantage is greter
than
disadvantage.Because u r using repository memory is vast,u
r not using this every statement ur write on the tool
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
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
explain abt dyanamic changing object with example?
Diff b/w test scenario's and test Procedures?
What is output value? How many types of output values are there in qtp?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
Your roles and responsibilities and daily tasks? (As automation tester)
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
What is Cross browser testing? Does UFT support it?
What is a Patch in QTP?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
How to interact tool & application build in QTP?
What are the steps involved in recovery scenario wizard?
What are the five challenges you faced in QTP?
How to use reporter.report event in qtp ?