Write the regular expression code, it accepts the alpha,
numeric and special symbol and the first character should be
the Alphabet. Tell me the answer
Answers were Sorted based on User's Feedback
Answer / uday
The following Regular Expression might be the solution
^([A-Z]|[a-z])*\d*\W*
| Is This Answer Correct ? | 2 Yes | 0 No |
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
How to identify 2 versions of browsers based on regular expression
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application
what is the use of automation objective model?where is used? plz tell me
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
What is standalone database?
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
Why do you create a text checkpoint on a Web application? What is the purpose of the Close method?
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…..
IF THE GUI OF APPLICATION IS CHANGED THEN IS THERE ANY NECISSITY TO CHANGE OR UPDATE OUR TEST SCRIPTS
How can we fill data in a text box without recording using object spy. Can you please provide the steps...
HOW MANY WAYS ARE THERE TO CPY TEST IN TEST LAB