Username field having some string mistake like"user
naem".what type of testing i prefer to test spell check.
Answer Posted / muthu
this type of String testing is known as USABILITY TESTING,
here we check spelling, grammar, fonts,color and location
of fields ,buttons, boxes,links, navigations and etc,.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
how to write xml output check point bu useing descriptive programing .means without useing output check point
How to open a new test using quicktest professional (qtp)?
I have qtp 9.5 demo ver,I am not able to record the yahoo broeser.so anyone can tell me what setting i have to do in QTP for yahoo brower recording. why its not recognise the object of yahoo browser????
Explain how you can find length of array in qtp?
How to give a call to another action from one action?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
What is the difference between a Function and Procedure in QTP?
what type of automation is follwed in the project?
Write a script to customize the test results in PDF and HTML format.
For which type of project the iterative model is suitable?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
i have doubt suppose iam purly working in QTP, when i will work on sql and performence testing? pls any one clarify doubt?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
What is ObjectParamater?
How can get count of list box?