Welcome to the Application Performance Management Blog, where you can read the perspectives from APM experts. This Blog provides insights into the Application Performance Management solution, as well as technical details about specific IBM products.
The developerWorks Connections platform will be sunset on December 31, 2019. On January 1, 2020, this blog will no longer be available. More details available on our FAQ.
IPM/APM V8.1.3 - APM Profiling using Selenium IDE - Validating a string in a webpage
1. open the URL
2. Validate the string "ADDRESS_VERIFIED" in the webpage
3. close the browser.
Here is what you would need to change in the Example.AddressVerification.html,
Ignoring the url http://10.20.215.100:15005/... in the example html, update with the following, If the text is a HTML, use verifyBodyText command
<tr>
<td>verifyBodyText</td>
<td>*ADDRESS_VERIFIED*</td>
<td></td>
</tr>
If the text is a XML, use verifyElementPresent command
<tr>
<td>verifyElementPresent</td>
<td>//*[contains(text(), 'ADDRESS_VERIFIED')]</td>
<td></td>
</tr>
Subscribe and follow us for all the latest information directly on your social feeds: