What are the features and benefits of quick test pro (qtp 8.0)?
No Answer is Posted For this Question
Be the First to Post Answer
How u perform Batch Program in QTP?
what are the mandatory and assistive properties of objects in QTP?What is attached text?Plz assist me with proper answer.
h u call the function
What are the environment variables?
Does we use Classes and methods in realtime..?How wud we access methods in a class..?Thanq Guys..!
How we can add actions in the test using QTP?
What are the framework folders?
i am entering wrong data or wrong password in a text box and click on submit button .i am getting a popup window with a message Please enter the correct password or data .How can i handle this situation by using QTP.
please any one can explain the keyword driven framework. with gmail example.
what is keyword driven framework 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
what is a file system object in QTP