how much space occupies in object respository by default?
Answer Posted / nath .t
There is no storage limitation for Object Respository in
QTP 9.2.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What VBScript operators, functions, and statements do you use in QuickTest Professional?
What is qtp window?
How to add synchronisation points in qtp?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
What is quick test pro? What is a quick test professional?
Why to use descriptive programming?
Which features or drawbacks of QTP lead to the upgrade for a newer version?
What is a Patch in QTP?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
Define Error Pane of UFT?
How to use descriptive programming?
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 runtime dynamic settings?
What is difference between shared and local object repository?
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer