I am designing a web application For running Automated test.I record the flow of an application (say yahoo.com) using Selenium IDE and exporting the test suite to java.So now i have a file For example login.java.The application i am creating is like i will have a browse button.i will browse for file (say login.java) and click run button.On clicking run button ,i will pass the action through request parameter to jsp.
Example: if ( run.equals(request.getParameter(action))) { // Call Build.xml } I need to call Ant Build.xml file.Because this site is more specific for uploading of selenium files only.Selenium server supports Ant to do this.So only i need to call Build.xml.Can you understand and help me to solve the problem. Ognjen Blagojevic wrote: > > Jan K wrote: >> I am developing a project for Testing Automated Test.I am using selenium >> server for running the test.So when i upload a test(say for example >> ,login.java)file and click Run button,through request parameter i get the >> action and need to invoke Ant build.xml file because selenium make use of >> Ant to run the test.So i need to know how to do this? >> >> Jan K wrote: >>> I need to include ant (build.xml) file in JSP.Can anyone help me to do >>> this? > > This is still very unclear... > > Could you explain this a little bit more? How do you use Selenium? Is it > Selenium IDE as browser plugin or something else? > > Where do you upload a test? To Selenium IDE? > > What is the action you get as request parameter?! Is it the name of the > target you need invoke in ant task? > > -Ognjen > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/Include-XML-file-tp19664082p19665710.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]