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
breef description of batch testing ?
Explain the types of object repositorys in qtp?
What is expert view in qtp?
Explain different type of event trigger option.
What is the default add-ins in qtp?
How does you pass optional arguments in qtp?
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
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
When Recovery scenario actually starts while testing the application?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
What is the difference between the design-time and run-time data tables?
banking domain description for software tester for interview
What is RTM (require ment tracebulity marix) fromate?
What is the syntax to call one action in another?
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ