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 do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
How do you handle multiple banners(at the top the page, the banner is scrolling) in a web page(Dont take the name property(regular expression))
What are the challenges you faced during you entire life automation ?
what is command for executing files?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
How do you test DLL files using automation Tool QTP?
How many types of parameters are available in quicktest professional (qtp)?
Explain different types of checkpoints?
Difference between copy to action and call to action?
How many types of status are there?
What are parameterizing tests?
How to carry out bit map check points in QTP
what is the difference between the modular framework and datadriven frame work
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain