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.
Answer Posted / 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 |
Post New Answer View All Answers
What is object spy in quicktest professional?
What is RTM (require ment tracebulity marix) fromate?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
Limitations in QTP?
Can the user toggle between using Local OR and shared OR for the same action?
What are the advantages of Object Repository?
Hoe can we do retesting using functions please give the code for it using login page
How does quicktest professional (qtp) identifies the object in the application?
I have 5 save buttons in 5 tabs . The tabs are placed one after the other. My object repository have these added as 5 save buttons with name sav1, save 2, save 3 , save 4, save 5 .all are getting highlighted from OR but they are not getting clicked. After spying each button all the properties are same except First button Index 0 html id:=btnSaveTab1 outerhtml:=", Second button "html id:=btnSave "outerhtml:=", Third button "html id:=", outerhtml:=",
Explain about datafile/verification of date file when file is not available in local system?
What is test object model in quicktest professional (qtp)?
How to test login module with different username and password by using data driven testing in QTP?
What is quicktest professional window?
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Shall we add Local Repository to shared object repository,if yes,how we add