Answer Posted / krishna
If property value have any special character while executing, QTP throw object identification error , To avoid this error we use regular expression concept here double click on that property value , then RE window open, then edit the value name, put the ""before the special character and check the RE checkbox . Then Run the script QTP will identify the object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the challenges u faced in testing with crm domain? How u overcome with?
How will you find the current time of the remote machine using QTP script?
How to use parameterization in qtp?
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
How many tabs are available in debug viewer pane?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
Sql questions to find second max salary and how to use joins
What is the difference between keyword view and expert view?
What are the different ways to invoke an application using QTP?
Explain the check points in quicktest professional?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
how to create flat file datasubmission in qtp
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.