waht is puirpose of accesbility Check point?
waht is the use of Page and XML check points?
Answer Posted / suvarna
Accessibility Check Point identifies the areas of the
website that may not confirm to w3c standards.
whereas
XML Check Point checks the data content of XML documents in
XML files or XML documents in webpage or frames.
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the five challenges you faced in QTP?
what is meant by function library?Public and private functions in function library? if private functions are applicable for only for the particular test means then y we have to add those to function library?
can the activities of test case design be automated?
What are private functions in QTP? How they can be called from the function library?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
Explain different type of event trigger option.
Explain how to use QTP to check broken links on a page?
How you will rate urself in QTP in the range of 0 to 5
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
What is QTP testing process?
How to add synchronisation points in qtp?
What is the difference between per-action and shared?
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..