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

I want to learn QTP Online, where can I get quality training?

15 Answers   CSC,


does test plan is in test strategy or test strategy is in test plan

2 Answers   Tanla Solutions,


can any one tell me how to select some text.i need the script for that

1 Answers  


What is the basic concept of qtp?

0 Answers  


how u test a frame in a web page using QTP?

1 Answers   Accenture, IBM,






What is the syntax to call one script from another?

0 Answers  


How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..

0 Answers  


I want to execute 1st row of the local sheet and 3rd row of the global sheet parellely. write script to execute

2 Answers   IBM,


Hi, I got some difficulties in automating a web check box in a peoplesoft application. Let me explain the scenario, When clicked on a look up button in the application, it navigates to a new page with check boxes and respective options. Below is the source code for one check box and its option. <input type='checkbox' name='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' id='H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' tabindex='34' value="Y" onclick="this.form.H1AU_BUNDLE_WRK_H1AU_SELECT_CH$chk$2.valu e=(this.checked?'Y':'N');submitAction_win0 (this.form,this.name);" /> </td> <td align='left' class='PSLEVEL1GRIDODDROW' > <span class='PSEDITBOX_DISPONLY' >$29 - $29 Cap with FREE Mobile</span> I want to parametrize using "$29 - $29 Cap with FREE Mobile". I am not aware of how to parametrize this. Currently I am parametrizing with 'H1AU_BUNDLE_WRK_H1AU_SELECT_CH$2' Can any one please help me out with this??/

0 Answers  


Can any give an example(if possible templates) how to test web application using QTP. thanks in advance

0 Answers  


How to create Reusable and Multiple Actions?

0 Answers  


where is the bitmap checkpoint be saved

3 Answers  


Categories