How i can test the background color of the records
displayed in a Table. Eg i have a .net desktop application
and there is a Table(swftable) with records displayed in
the grids. i have to validate whether the 1st record is
displayed in white background color and 2nd record in light
blue background color...But the constraints is that once
user click on the first record...the background color
changes to grey.......Plze let me now how to validate this
with QTP 9.2.
Answers were Sorted based on User's Feedback
Answer / sekhar
hai
i think it is done by discriptive programing we
can chek back ground colour, in program it self u have to
define perticular colour and its property,value.
if the back ground colour not changer then we go
for textarea, bitmap chek points.
if the colour is dynamicaly changes QTP will not
identify those all coloures then u have to be define.
****if there is any corrections plz mail me
sekharbirada@gmail.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / naidu
hey take GetRoProperty of the Object that gives the
Backround color and check with what ever you need.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / niranjan123
hi naidu,
Can u tell me how to get the background colour using
Getroproperty????????
Can u plze explain a bit?
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / deepam
Hi guys please check the following link for answer
http://motevich.blogspot.in/2007/09/qtp-font-size-color-background-color.html
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / niranjan123
But what if the records are dynamically get changes..if we
used bitmap checkpoint as mark has told..then the
testscript also get failed in the next run....Because the
image checkpoint took the static capture and if the records
get changed then it get failed to recognized and hence
image checkpoint get useless here....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / tvsramakrishnachowdary
bgcolor prop available in runtime test object properties
syn:
var=Objaectheirarchy.object.bgcolor
msgbox var
surly it can work
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / mark
Of course,we can check the colours in QTP.What for the
Check points are there ? Use bitmap check point.
| Is This Answer Correct ? | 0 Yes | 3 No |
What is Object Spy in QTP?
what is the diff between Procedure and function
if Object repository contain x and y properties. we do not know whether they are mandatory or assistive properties. While executing the script qtp will use both the properties or only sufficient properties to identify the object. It means it use OR (or) AND
Diff b/w Test Design and Test case design? What is the Design Review's and Code Review's. When will you conduct tese reviews?
Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practical example of it. Thanks, Gaytri
what is QTP batch testing tool?
How to find a window is minimized or not
How the QTP recognize, handle n reports that a error has been handled by it(QTP) when we perform a recovery scenario in our application n in what manner it will display it in resulting window? Plz help me out.
What is test object model in QTP ?
I'm facing this problem while automating my application..its a web based apps.. In my application there are few webtables are displaying in the page.In the different cells there are links and action buttons.Problem is there is link in different web tables corresponding to one name.Hence the properties of the objects(say a link) are same except the x,y co ordinate of the object.So my script is not able to distinguish between the two links present in different cells of web tables with same name.Kindly help on this..
How do you create regression test packs?
Explain about datafile/verification of date file when file is not available in local system?