This week's book giveaway is in the Java in General forum.
We're giving away four copies of Helidon Revealed: A Practical Guide to Oracle’s Microservices Framework and have Michael Redlich on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

Selenium Remote Control

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,I am very new to use selenium.I am asked to do a project.

This project is to build a web site that allows users to upload tests to the site. The site should then run these tests at scheduled times or immediately, as directed by the user.

Selenium � is a suite of tools for testing web applications. The web site developed in this project should accept Selenium test files as uploads, then automate Selenium Remote Control - to run these tests.

There are four parts of this project:

1. The web site itself, which allows users to create accounts, login, upload tests, view status of tests, create groups of tests, run their tests, and view the results of tests that have been run. The user should be able to select test options � choice of browser, when a test should be run (once, scheduled times, random times, etc.), and where the test should be run (from 1 server, multiple servers, or from a machine designated by the user). The system should track how many tests a user has run.

2. A control daemon which interfaces with Selenium Remote Control to run tests immediately or at scheduled times, and store test results in a database on the site. The control daemon should interface with Selenium Grid -to allow for running multiple tests in parallel. The daemon must be able to control Selenium grid to cause tests to be run remotely on specific servers (the purpose of this is to allow tests to be run from different locations).

I can somehow understand this.But i dont know how to do exactly.I have already run selenium script for a project in java.So i used ant script to start and stop the selenium server.Selenium also supports 6 languages.My question is when i upload the test say in php what should i do.Similarly for other languages.Now i designed a sample page in java with a browse button to upload the file .And when i upload a python script and hit Run,what should it happen.Any help can be greatly appreciated.
 
Wanna see my flashlight? How about this tiny ad?
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic