How To write script in QTP For Field Validation Example:
password Field is accepting A range 8-20 characters
only.How to write script?
Answer Posted / uday
here the question is how to find the max and min. lengths
the webedit accepts?
To find the max length of the web edit, try with "max
length" property.
temp=browser("Browser").Page("Page").WebEdit("username").GetROProperty("max
length"). It works.
I am not sure about the min. legth.
Thanks,
Uday.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is CMMP and CMMH?
What is system testing and what are the different types of tests you perform in system testing?
In qtp is it possible to check broken links of a page?
What are the major/ important methods, functions in QTP we use realtime testing
wht type of User defined functions or Java Releated functions do we write in VB scripting
What are the disadvantages of recording test cases in qtp?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
If I change the object name in one action will it be updated in all the actions? Or not?
could any help me please, how to work on visual foxpro application using UFT
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
Explain in brief about the quicktest professional automation object model?
Hi, how can we check or avoid the memory leakage in QTP9.2?
What is the use of "New Property" in "Add properties" of testobject properties in object repository. How can i use "New properties" while writing scripts if i have assign some values to the testobject properties Can anyone help me? plz
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.