We need to verify the user name & password in for the user
validation. But we don't want to use the parameterization/
loop for user name and password. What is the way in
scripting so that user & password will generate automatically.
Answer Posted / aman
With the help of regular expression
[A-Z]+[a-z]+[0-9]
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Can I change properties of a test object?
QTP script is not working on other's machine..
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
Plz Explain How to access Or Store Script from VSS? Explain Real time work (qtp) where you store folders and next to how to you access that folders and how you maintain folders in VSS ? What are the Menu's in VSS? Suppose in Manual, by using Checkin Checkout u can access documents. how you access in QTp REal time?
What is the syntax for how to call one script from another?
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.
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
Discuss the QTP Environment?
How many tabs are available in debug viewer pane?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
How many types of recording facility are available in quicktest professional?
How to use the object spy in quicktest professional 8.0 version?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
What is optional step in qtp? How you can add optional step in qtp?