Part 1: Requirement: 1. If there’s SR Number in the Subject, we have to create the Email – Inbound Activity for the inbound Email under the related SR. 2. If there’s Confidential in the Subject, we have to set the Private Flag to true for the activity we created. Part 2: How to set the […]
Chao Ye

Blogs from this Author
eMail Response for inbound Email
Requirement: 1. If there’s SR Number in the Subject, we have to create the Email – Inbound Activity for the inbound Email under the related SR 2. If there’s Confidential in the Subject, we have to set the Private Flag to true for the activity we created. Part 1: How to set the Communication Profile […]
How to popup applet in the browser script
When you click a button on the applet, and want it pop up an applet so that we can choose some value in that pop up applet. we can create three control user properties for that button: ■ Popup. Set to the applet you want to appear. This applet must use a class derived from […]
How to add JDBC Step in Soup UI
When we do the automatic testing for web service, we need the JDBC Steps in SoupUI so that we can confirm some value in the Database. How to add the JDBC Steps in SoupUI a. Adding the file ojdbc14.jar in the folder: C:\Program Files\eviware\soapUI-3.6\lib b. Adding the following string in the Configuration session: […]