How To Make Career In QTP
Learn QTP more and more
Tuesday, June 18, 2013
Basic Java Programe for Selenium
package
practice123;
public
class
class123 {
public
void
start()
{
System.
out
.println(
"its staring now"
);
}
public
void
stop()
{
System.
out
.println(
"its stoping now"
);
}
/**
*
@param
args
*/
public
static
void
main(String[] args) {
class123 c =
new
class123();
c.start();
c.stop();
//
TODO
Auto-generated method stub
}
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment