How we test the logo or images in the web page using QTP?
For example take google page, they change their logo for
new year,christmas etc..How we test that?
Plz answer this question...
Thanks in advance..

Answer Posted / naveen

All types of logos/images can be tested using image check
point. However the displayed image may change but basic
property remain same. U chk for that unchanged peoperty and
add to OR.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between modular framework & datadriven framework

1769


if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp

24713


What is the difference in testing a client-server application and a web application?

746


What are the methods of the TextStream object that are used for reading from a text file?

1874


wht is Manual Testing Frame work. Pls anybody can give appropriate answers

1800


How will you check that your test cases covered all the requirements?

759


How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?

2042


What are the different types of recovery operation?

735


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

1692


Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.

2039


Can any body please tell me the steps of keyword driven frame work in qtp. My mail is saswat445@gmail.com please send some materials on keyword driven testing in qtp. thanks a lot...

1993


What are the views available in qtp?

791


What is the extension of the qtp local repository?

738


How to creating an output value using quicktest professional?

719


After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.

6634