Username field having some string mistake like"user
naem".what type of testing i prefer to test spell check.
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / venakatesh
it goes under usability testing.
And qtp is functional testing tool which is designed for
testing the faunctionality of application not for testing
the user interface testing.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / suresh
x="user name"
y=webEdit("name").getroproperty("text")
if (x=y)then
document.write("equal")
else
document.write("Not equal")
end if
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / santosh
Hi,
simply use Text check point to check spelling.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / softwaretester4u
this is GUI testing. this is low seviority and high
priority
hi guys pls tell me is their any option to check spell in
QTP ( grammer in application )
like in the application "i am gode boy " in the edit box .
i wnat to spell check
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / tvs ramakrishna chowdary
venkatesh is obsolutely correct....but suresh u need to do
some small change in the code
x="user name:"
y=webEdit("logical name").getroproperty("htm ld")
if (x=y)then
msgbox "correct"
else
msgbox "wrong"
end if
NOTE: But for spelling check this much code not
necessary.simply by seeing we can able to know the
problemm.....isn't write...
| Is This Answer Correct ? | 0 Yes | 2 No |
What is the disadvantage of smart identification?
I need your help in the below topic using QTP Automation tool. How to automate the right click of mouse on a context menu? 1)Tried low level recording which is working fine but making use of co-ordinates. 2) Also tried changing the mouse settings and properties using Tools ->WebEvent RecordingConfiguration and created a configuration file with required mouse click events and used which did not work.
If 2 gmail browsers are opened in our system, how to enter the mail id and password into second browser by using discriptive program?
what is framework in QTP? any one give me answer
what is Unicoad Compatibility ???? HOw does this makes a diffrence from Winrunner.???
Suppose I want fail that check point? How can you do that?
What is the limitation to XML Checkpoints?
If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
During test run,How will you copy/paste from/to clipboard?
How to replay a script in qtp?
1. What is diffrence between Analog Recording And Lomlevel Recording ?
Give the syntax to load function at run time.