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

If a script has a local repository and also uses a shared repository, which repository will QTP use first when searching for an object during playback?

3 Answers  


I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.

0 Answers   Adea Solutions,


HOW CAN WE GET THE VALUE OF TEXT BOX IN QTP? can you give me sample script for this where there is some condition. like if "text" THEN msgbox() else endif

7 Answers   Xavient,


How many ways we can parameterize data in QTP?

6 Answers   Liquid Crystal,


Diff between WEB APPLICATION AND CLIENT-SERVER APPLICATION?

2 Answers  






what is descriptive programming in QTP? How can be done?

19 Answers   Accenture,


How many ways we can parameterize data in QTP?

2 Answers  


Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?

1 Answers  


Describe synchronization point.

0 Answers  


if we can find the status of script in qtp that either it's pass or fail then why we need to put this status on different excel file or log file in hybrid framework .please let me know asap thanks

1 Answers   iCreate,


how can i pass parameters into function?

4 Answers   Livetek,


How will you declare a variable in qtp?

0 Answers  


Categories