Hi I am new to QTP. can u please answer to my qus... suppose
3 excel sheets are there * we are trying to check for login
credentials for a page. userid from excel1 , password is
from excel2 whether the page is opened or not that
checkpoint is result is should be stored in excel 3.... this
qus i have faced in IBM technical round... please tell
script for above query ... please please
No Answer is Posted For this Question
Be the First to Post Answer
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
wht is the difference betn check point and output value?
Tell me the situations where we will use Data Driven?
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
what are the challenges you have faced while testing web based application using the automation tools ?
What is the difference between low level recording and analog recording mode when it will be enabled.
What are the features and benefits of quick test pro (qtp 8.0)?
Explain types of descriptive programming?
Explain in brief about the QTP Automation Object Model.
what is the use of automation frame work ??(QTP)
I m new to QTP? Is it necessary to know VB for learning QTP for Automation? Can I understand QTP excellently Without practical automation?