What are accessibility check point and xml check point?
Answer Posted / rajendra
XML check point id used to check the statistical
information of webpage or web page frame.
XML Check point has two modes
1.XML check point for Page
2.XML check point for Frame.
XML check point for Page,It verifies broken links
XML check point for Frame,It verifies no of links
No of Bitmaps,...etc
ok frindz byee
Rajendra
rajendra_penumalli@yahoo.com
+91-9885162742
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is checkpoints for qtp?
What is use of object spy?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
Is the qtp course will help to create a virtual object?
How does QTP identify an object?
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Can we run test with out adding object in object repository? How it is possible?
How many scripts did you have?
How to find the path of folder in which the test is saved in qtp?
What are the types of object repositories? Which one is you are using?
banking domain description for software tester for interview
What test cases can you automate using QTP?
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
How can I import environment from a file on disk?