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 |
There r 1000 rows and 1000 coloums , in that I want pickup a name of the coloumn , pls dont say in sql statements , in interview one of the interviewer said it was a wrong answer pls any send me answer its urgent
If the object property is changing very frequently, what was your approach?
Explain the checkpoint in qtp?
What is the main differece between QTP 9.0 and 9.2
How can we disable popup blocker? (I think it means when we get a pop up messge(its error) how we wil disable that one with out interrupting normal process)
How to open any application during Scripting in QTP?
How can i store runtime value through vb script while using qtp
What is the XML file architecture ?
what is stepin & stepout?
How to capture screen shots when an error occurs?
In this bellow script QTP is not able to getting no. of Links from my Browser. Set desc=description.create desc("micclass").value="Link" Set obj=Browser("creationtime:=0").page("title:=.*").childobjects(desc) msgbox obj.count I am getting "General Run Error".Why QTP is not supporting my Browser,but its running fine in other system.Please help me to overcome this problem.
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?