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 |
how to get the object count ?????????
Difference between image checkpoint and bitmap checkpoint
what is the qtp objects?
Explain the difference between data driven testing and parameterization ?
Is it possible to use two instances of UFT on the same machine? If not why?
what is objectidentification?
Explain the qtp test phases.
how to do the batch testing in test director using manual testing procedure?
How to work with multiple browsers when opened in the window, write the script for it
Does QTP run in any environment?
what will be there in keyword view and expert view?
hi,i have a pblm in qtp,im testing an webappl in which different types of error pop up messages are displayed which qtp is not differentiating or it is not recognising. how do i make it recognise different popup errorm messages while writing script?