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

How to Identify broken links in QTP

2 Answers   Ness Technologies,


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..

4 Answers   Keane India Ltd,


How to replay a script in qtp?

0 Answers  


Explain different type of event trigger option.

0 Answers  


give the code to count child objects (Total) in the page

1 Answers  


what is runmodes in QTP

1 Answers  


1)what is the Exact Meaning of Environment Variables? 2)what is Compile Module in QTP? what exactly it contains Functions or Actions?

4 Answers  


Hi What are re-usable actions in QTP? -Thank You

5 Answers   Siemens,


Explain the concept of how quicktest professional identifies object?

0 Answers  


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

1 Answers  


How to load the object repository at run time?

9 Answers   TCS,


Categories