Answer Posted / kashif
Class is a template, In which we define different attributes
relating to that class.In order to access these attributes
of that particular class we define an instance of that class
which is mainly called an object.By using that object we can
manipulate or access the data item were defined in class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the challenges you faced during you entire life automation ?
Which scripting language used by quicktest professional?
How does quicktest professional identifies the object in the application?
What is the difference between analog and low level recording?
What is test object model in quicktest professional?
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 is environment variable in qtp and why to use it?
how interviews will be on QTP?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
How to find a window is minimized or not
what is the diff b/w assistive and mandatary rules of object repository in QTP???
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
what is supply chain management?
How to change the priorities of the recovery scenario properties?