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 open an excel sheet in QTP(not a run time )?
What are accessibility check point and xml check point?
What are all the common questions asked for the candidates having more than 1 yrs exp in QTP?
WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?
How to handle Dynamic Arrays?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
What is the difference between client server application and web based application?
User defined function in QTP
I am verifying the actual vs the input value to make sure that they been entered correctly. In the Global Sheet I have a column called Customer with the multiple names in each row and now I am trying to capture the value during runtime under the column name Customer_in_Apps. Somewhat it works but during runtime the values are being stored in each column vs each row i.e., Customer_in_Apps, Customer_in_Apps1. Automatically it add columns instead of rows. row=datatable.getsheet("Global").GetRowCount for x=1 to row datatable.getsheet("Global").SetCurrentRow(x) Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Val1=Datatable.Value("Customer",dtGlobalSheet) Val2 = Datatable.GlobalSheet.AddParameter("Customer_in _Apps",runtimevalue) If (trim(Val2)=trim(Val1)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &_Val2 else Reporter.ReportEvent micFail, "Customer validation unsuccessful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &Val2 End If Next
How to call .vbs funtion , Library files in QTP? plz Explain indetail(chandana)
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
Suppose Object name was changed in the application in the second build.I have just modified the name in the Object repository as changes in the Application. Is it possible to accure changes in the script accordingly? If so Suppose I am calling the script through function, Will the changes affect in the script(which is in the function)automatically? If not affected, tell me the solution,How to handle this. How should I change the object property name while using functions