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



Username field having some string mistake like"user naem".what type of testing i prefer ..

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

Username field having some string mistake like"user naem".what type of testing i prefer ..

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

Username field having some string mistake like"user naem".what type of testing i prefer ..

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

Username field having some string mistake like"user naem".what type of testing i prefer ..

Answer / santosh

Hi,
simply use Text check point to check spelling.

Is This Answer Correct ?    1 Yes 0 No

Username field having some string mistake like"user naem".what type of testing i prefer ..

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

Username field having some string mistake like"user naem".what type of testing i prefer ..

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

Post New Answer

More QTP Interview Questions

Hi frnds, for ex.. we got a job in wipro, they will give me one mail id.. "Rameshkumar@wipro.com", where to open this mail id..in which sw ? or outlook?

1 Answers  


Why you have to add the specific add in in QTP? My answer is to recognize the specific objects we have to add the add-in in QTP...but he asked again after adding addin how qtp recognize the objects successfully? what is there in the add-in ?

1 Answers   CTS,


Explain in brief about the QTP Automation Object Model.

1 Answers  


How to connect QTP to Testdirector

4 Answers   BirlaSoft, Polaris,


How can I change object description or check point values in qtp?

0 Answers  






What is the file extension of the code file and object repository file in QTP?

0 Answers  


I encountered with very strange problem in qtp while writing the script i written the code window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit this code was working fine for about 10-15 times i executed the script but after some time qtp started giving the error with the same code the error is "Object doesnt support this method or function window(...).window(..)" then i modified the code with only window"regexpwndtitle:=Open").Exit in place of window"regexpwndclass:=XLMAIN").window"regexpwndtitle:=Open" ).Exit now again its working fine i cannot understand what thing is creating the problem if same code executed successfully in starting for about 10 times then why it is giving the error now can anyone give the reason .

0 Answers  


Whether qtp 9.0 supports Test director8.0

0 Answers   TCS,


How do u connect database through QTP tell me both Ms Access and SQL

2 Answers   Livetek,


Write test cases for copy and past password in password field ?

0 Answers  


How to explain a banking project in interview as a test engineer???

0 Answers   Accenture,


can any body clearly explain about hybridframework with the explanation for files what ever we come acros in this frame work?

4 Answers   Wipro,


Categories