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
Answer Posted / uday
The following Regular Expression might be the solution
^([A-Z]|[a-z])*\d*\W*
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain about datafile/verification of date file when file is not available in local system?
What is the difference between the design-time and run-time data tables?
Explain runtime dynamic settings?
What is the architecture of your project? Can any one answer for this question plz........
When to use descriptive programming?
How do we handle run-time errors?
Can you brief the hurdles you faced during Automation testing?
Explain different recording modes?
What is the registration process and examination fees?
What are the different types of recovery operation?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, if possible, kinldy mail PDF file to my mail-ID: ramakrishna908@gmail.com Regards, krishna.
breef description of batch testing ?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this