Import the following classes in your project
import org.openqa.selenium.server.RemoteControlConfiguration;
import org.openqa.selenium.server.SeleniumServer;
import com.thoughtworks.selenium.DefaultSelenium;
import com.thoughtworks.selenium.SeleneseTestCase;
import com.thoughtworks.selenium.Selenium;
*** inside class
private SeleniumServer seleniumServer;
public Selenium selenium;
*** inside the method where you want to start the server - preferrably in a setup() method
selenium = new DefaultSelenium("localhost", 4444, "*firefox",
"http://mail.google.com");
RemoteControlConfiguration rc = new RemoteControlConfiguration();
rc.trustAllSSLCertificates();
rc.setPort(4444);
seleniumServer = new SeleniumServer(rc);
seleniumServer.start();
selenium.start();
********
Monday, August 16, 2010
Wednesday, May 26, 2010
For Mechanical Engineers / Civil Engineers
Dear,
This is regarding the Job Opening with WIpro Technologies
Please job detials below,
Job Description: Bachelors in Mechanical/Civil Engineering
• Job Role: Test Engineer
• Location: Kolkata
• Full Project Description:
a) 3-5 years experience in testing engineering based applications
b) Good exposure to testing engineering applications
c) Able to pro actively come up with suggestions on bettering the application usability
d) Exposure to automated testing is an added advantage
e) Able to validate the results vis-à-vis engineering calculations
f) Experience in writing test cases, validating test results and reports
g) Exposure to CAD systems is desirable.
h) Excellent written and spoken communication skills.
If intrested please helpus with your updated profile !
Thanks & Regards,
Varsha Karande
varsha.k@kastechsoft.com
Kastech Software & Consulting
Cell No: 9324645802
Office Tel:- 022-022-40130517
This is regarding the Job Opening with WIpro Technologies
Please job detials below,
Job Description: Bachelors in Mechanical/Civil Engineering
• Job Role: Test Engineer
• Location: Kolkata
• Full Project Description:
a) 3-5 years experience in testing engineering based applications
b) Good exposure to testing engineering applications
c) Able to pro actively come up with suggestions on bettering the application usability
d) Exposure to automated testing is an added advantage
e) Able to validate the results vis-à-vis engineering calculations
f) Experience in writing test cases, validating test results and reports
g) Exposure to CAD systems is desirable.
h) Excellent written and spoken communication skills.
If intrested please helpus with your updated profile !
Thanks & Regards,
Varsha Karande
varsha.k@kastechsoft.com
Kastech Software & Consulting
Cell No: 9324645802
Office Tel:- 022-022-40130517
Subscribe to:
Posts (Atom)