Hi,How to write regular expression for inbox(10) {here 10
is changing while playback}.tell me the pettern.
Answer Posted / rangi
inbox(.*)
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
how to write xml output check point bu useing descriptive programing .means without useing output check point
What is CMMP and CMMH?
What is 'sleep' in sync point?
When do go for loop condition in test?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
what is the difference between IE & Netscape in web testing on a log in page
What is debugging? How you debug your script?
How can get count of list box?
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
How to record a qtp script ?
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
why text area checkpoints cannot used for web applications
Give the syntax to load function at run time.
What are the ordinal identifiers in web page?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.