from where we will retrieve data for data driven tests in
qtp?
Answer Posted / n
data driven testing means retreving data from different
data sources that may be excel files, ini files , text
files and .......
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the default object synchronization timeout in qtp?
why should we give deliver good quality software?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
How QTP identify the system time that's changes every seconds?
what is profile tool?
banking domain description for software tester for interview
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
what kind of frame work you used in your last project?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
What is different command used in command Prompt while using QTP?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
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
Hello friends..... On which areas of an application we can not test with QTP
what is the difference between development and testing
What is the basic concept of quicktest professional (qtp)?