if i want to check text on the status bar how to test is
i need the report also after getting the result weather it
is matched or not?

Answer Posted / chsn

Use getroproperty to get text of the status bar
Use reportevent to report the text

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between the design-time and run-time data tables?

552


How does qtp identify the object in the application?

533


Can you brief the hurdles you faced during Automation testing?

575


How do client side image and server side image work?

1384


what is description object?

1590






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

1483


Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?

1488


Did the scripts need lot of maintenance? If yes, why?

3294


Discuss the QTP Environment?

622


action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans

1626


If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?

1582


what is impact analysis on regression testing?

2040


How to test the login page in different ways in automation testing and i need code?

1342


What is the use of ordinal identifier in qtp?

604


How will you compare keyword and expert view?

524