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 / 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 |
Post New Answer View All Answers
How do you perform Regreession Testing?
How to add synchronisation points in qtp?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
How many types of Automation frameworks are there in UFT? Describe them.
What are the key elements available in test result window?
Whats the realtime QTP testing process
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
how to do the batch testing in test director using manual testing procedure?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
What is file database?
What phases are involved in testing an application in qtp?
How qtp identifies objects?
What is object repository in qtp?
Diff b/w test scenario's and test Procedures?