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 |
How to Identify broken links in QTP
What is difference between function and procedure?
41 Answers HCL, IBM, iGate, Infosys, TCS, Veritas, Wipro,
I came across Good question ..... Write a script to only download pdf's if there are 20 links on a page. Kindly reply these type of questions are pretty challenging..
How to replay a script in qtp?
Explain different type of event trigger option.
give the code to count child objects (Total) in the page
what is runmodes in QTP
1)what is the Exact Meaning of Environment Variables? 2)what is Compile Module in QTP? what exactly it contains Functions or Actions?
Hi What are re-usable actions in QTP? -Thank You
Explain the concept of how quicktest professional identifies object?
I had created the new virtual objects for web application buttons. how to add those virtual objects into object repository. Previously i had used Gui map in winrunner for capturing virtual objects for web application. Please help me regarding this. need your answer quickly
How to load the object repository at run time?