Without QTP (or any Testing tool) can we able to test the
GUI part of the Applications.
for Example generating the Scripts in Notepad and Executing
them Using VB.
Is it Possible to do so..
Correct me if iam wrong some where.
Answer Posted / shiv raj
Hi Without using any Automation tool it possiable to create
test script in VB or C++ or VC ++ but it is very time takan
process. As Automation tool get the object Property it self
we no need to write any 'code for that but by writing the
code we need to identify the property of each object it
require a sound knowleg of Developement.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between the design-time and run-time data tables?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
How can you give wait up to 10 seconds in qtp?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
How to create scenario selector
What is the difference between rational rose and 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
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
What are the different types of functions available in qtp and explain ?
Explain about datafile/verification of date file when file is not available in local system?
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
What are the steps involved in the recovery scenario wizard?
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?