Answer Posted / suman
Resources->Object Repository Manager->Tools->Object Repository Merge Tool
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible
what is the structure for the data driven framework
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
What are the major/ important methods, functions in QTP we use realtime testing
What is difference between run time object and test object?
How to customize qtp?
Hi ,Can any one pleas explain how to test splash objects using QTP?
images are dynamically changes how to compare two images with out using the bitmap
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
How to use descriptive programming?
can u explain relative path architecture framework in qtp?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
What is the latest version of qtp?
what is the difference between data driver & data driven and driver script?
Can any body please tell me the steps of keyword driven framework of QTP.