Answer Posted / sreeprasad
In Expert view we can use the VB keyword for scripting like
Function:
1).Mid Returns a specified number of characters from a
string.
2).Strcom Returns a value indicating the result of a string
comparison.
3).Instr Returns the position of the first occurrence of one
string within another.
4).Isdate Returns a Boolean value indicating whether an
expression can be converted to a date.
so many functions are there that you can use in the expert
view.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How will internal and external links be validated and updated? how often?
What is checkpoint in qtp?
Hi, how can we check or avoid the memory leakage in QTP9.2?
What is action? How many types of actions are there in qtp?
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
How is test case write?
How to customize checkpoints with parameters?
any body can you help me what is the script to automate an comand promt
Name the different types of recording modes?
How many types of recording facility are available in quicktest professional?
Explain how to use QTP to check broken links on a page?
• What type of testing questions will be asked for 2+ yrs exp people in interview?
What is recovery scenario in qtp?
How can get count of list box?
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.