What is the use of Accessibility check point?
Answers were Sorted based on User's Feedback
Answer / hima7
Accessibility check point is used for checking the world
wide web consortium standers in order to confirm wether the
page can be accessed all over the world.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / naren
Sorry yoganand u r wrong. here is the answer.
Accessibility check point identifies areas or ur web site
that may not conform to the W3C web content accessibility
guidelines.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / 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 |
Answer / kirankumar.y
Anwser #2
Anwser #3
are correct
w3c==www consortium standards
of web applications
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / giri
Accessibility chk point used for a/c 508 compliancy to be
checked. www consortium standards
of web applications is checking
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bharadwaj
Accessibility check point is to check the alternative
properties of a image or image link for web application. It
is a hidden checkpoint.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / nisar
Hi correct me if am wrong
Accessibility chekpoints are used to check the ALT
properties of the application under test(AUT). Like checking
how the tab button of keyboard moves the selectin of the
objects in a serial order as how it is structured.
Any web application should follow the w3 consortium standard
guidelines, so the AUT can be checked by using this
accessibility checkpoint.
| Is This Answer Correct ? | 0 Yes | 2 No |
How to explain a banking project in interview as a test engineer???
What is Performance testing?
what are the mandatory properties for a tex boxc (scenario?)
What is the difference between "Call to copy of action", "Call to existing action" & "Call to winrunner action"?
What is parameter in qtp?
need clear explanation of actions and functions in qtp with examples?can anyone suggest me gud site for that other than qtp manual?
in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded
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 to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
What is the difference between the design-time and run-time data tables?
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
when i add the items to the repositry, the item is loading is "winmenu", but wn i write the script the tool is not able to recognise the item, i know that we need to define the mandatory or assitive properties here, but i am confused wt i need to difine here and on wt basis i need to select the properties and define it, can any one help me out on this.