What is the use of Accessibility check point?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
Accessibility chk point used for a/c 508 compliancy to be
checked. www consortium standards
of web applications is checking.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mandeep
Accesibility checkpoint checks the web page for section 508
compliance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / r.p.singh
Accessibilty checkpoint is mainly used to see whether site
HTML is following w3c standards
| Is This Answer Correct ? | 0 Yes | 0 No |
What is Curd testing?
In descriptive programming how we know the properties of the objects, if application is not developed and the prototype of the application is also not developed.
What is the BPT(bussiness process testing ).and what is the main difference between BPT and QTP
3 Answers EDS, GL Noble Denton, IIST,
Write a script to delete a specific row in a webtable.
How you perform smoke and sanity testing using qtp?
How we can add actions in the test using QTP?
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.
Explain actions in qtp ?
Is QTP Object Oriented language or Object Based language? What are the OOPS concepts it will support? Why it wont support all the OOPS concepts?
How to check feasibility of the appliction?in automation testing?
What is the parameterization? Give one example?
Does QTP run in any environment?