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 / ravi
it is not possible to test the colours wtih qtp.
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Is text area check point supports for web applications?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
What is difference between Recording time object identification and Run time (Execution) time.
How to use the object spy in quicktest professional (qtp) 8.0 version?
when to start the automation?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
after initiating one project for testing, when exacltly QTP tester role starts?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
What is the difference between run time object and test object?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
What are the disadvantages of recording test cases in qtp?
In qtp, explain what is crypt object