SRIDHAR LUKKA

Linux Commands for Tester

Posted in QTP by Sridhar Lukka on May 13, 2011

Restarting the JBOSS Server

Navigate the — Jboss Folder
go to Bin directory

cd …/jboss/bin

and once it is bin
bin $ sudo -E ./run.sh -b(ip address).
example:

bin $ sudo -E ./run.sh -b10.2.0.70

To search a particular Process

ps – ef |grep Jboss

then
kill that specific process
example :
kill -9 23645

Selenium

Posted in Learn Selenium by Sridhar Lukka on May 9, 2011

Data Driven test :

  Data driven test using Excel sheet 

Sending Mails Using Selenium:

Mails

Follow

Get every new post delivered to your Inbox.