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 |
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
How to check the URL using Automation tool QTP
How QTP recognize the object??how to add objcts into object repository??
Does QTP support Java Script also. Which is one is preferrable for QTP, VB script or Java script
if we made any changes in shared object repository how it reflects of others like our team members?
Kindly help me with the following queries.. -- How to recognize webtable using QTP and how to use it? -- How would one conclude that it is a web table -- For Example, if there is a web table and I am clicking on say Cell A1, how would i know that i've clicked on cell A1 -- Kindly suggest me to use the web table better
when do we write a script in qtp?(plz give me more then 2 reasons)
Think and Reply.. can we parameterize radio buttons, check boxes? as in flight web site on flight preference page, choosing different flight produces trouble if from port and to port been parameterize, and runs. Try it by own you will get the error.
Describe function procedure in vbscript.
How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
what is the difference between DATA TABLE and DATA SET?