What is the use of Accessibility check point?
Answer Posted / uma +91-9848088957
when u develop a web application it is necessary to fallow
the W3C guidelines. the Accesbility Check Point is used to
find wether the web application fallow the W3C guidelines
or not.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what type of automation is follwed in the project?
How many types of actions are there in quicktest professional?
How many ways we can parameterize data in quicktest professional (qtp)?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
How to customize qtp?
Is QTP Supports SWT applications? If yes, can you write a sample script for opening a new package in eclipse.
Can any body please tell me the steps of keyword driven framework of QTP.
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
How to find Operating system information using QTP script?
How to creating an output value using quicktest professional?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
QTP script is not working on other's machine..
How you can find length of array in qtp?
How to interact tool & application build in QTP?
If object is not recognized by qtp but the object is standard object what is your approach?