Quality Testing

Quality is delighting customers

Kiran Kumar

How to call one function to other using Selenium Tool?

How to call one function to other using Selenium Tool?

Can any one having sample piece of code, share me.

-Kiran

Tags: Selenium, Tool, call, function, one, other, to

Views: 2

Replies to This Discussion

Hi Kiran,

i am also new to selenium but gathering some information ,please see the below code

public static void main(String args[]) {
System.out.println("Welcome To Selenium Testing Framework !!!");
try {
setUp();

System.out.println("End of Selenium Testing Framework !!!");
} catch (Exception e) {

}


public static void setUp()
{

selenium.start();
selenium.setTimeout("25000");
}

RSS

TTWT Magazine

Online Training

You Can


Call for Articles

Advertisement

Advertisement

Videos

  • Add Videos
  • View All

Badge

Loading…

© 2012   Created by Quality Testing.

Badges  |  Report an Issue  |  Terms of Service