ContributionsMost RecentMost LikesSolutionsRe: facing the error "The JVM could not be started. maximum heap size (-XMX) too large". I had faced the same problem..after changing the ReadyAPI-1.3.1.vmoptions file inside bin folder (maximum heap size=500m) ,my problem resolved. eg- -Xms128m -Xmx500m Re: How to click a link in webpage through groovyscript using soapui tool. Thanx Osten for your reply.But I have to do it through SOAPUI tool. Form based authentication Hi, I want to do form based authentication of website (eg. http://downloads.smartbear.com/samples/TestComplete10/WebOrders/Login.aspx) through SOAPUI tools. For that I have taken following steps 1)Created a REST Project in workspace (name Web Order Login testing) 2)Then added a Test Suite and Test case under this workspace ,which created a REST request test step. 3) Under this REST Request in the authorization section I have filled "User Name " and "Password" section. 4) Also I have checked the "Maintain HTTP Session" checkbox 5) after clicking the gree button of Test Case 1 button (on upper left corner) it gives the message "FINISHED" So My Question is How Can I verify that the website has been authenticated.If I enters the wrong username and password it still show the status 200 when i click on the log of test case. Please Help Me ,How can I do form based authentication REST based website.I am totally new to SOAP UI Tools. Thanx in Advance. How to click a link in webpage through groovyscript using soapui tool. Hi, I am working on a project ,which require functional testing of a website through soapUI. Following are the functionality i have to test. 1) First webpage will have login verification. 2) after login i will get another page which will have some links 3) I have to trigger a click event on the links through groovy scripts using soapui tool. Please help.I am new to soap ui tool and groovy script.Thanx in advance.