Back To Normal

Subscribe To Our E-Mail Newsletter

Thursday, December 23, 2010

RFT BASIC

RFT is an GUI Automation tool. User can develop there script in Java or VB.net.
Here we can discuss about Java with RFT.
  •  RFT 6.0 or above version will install eclipse with RFT plug-in
  •  User can create the new workspace in eclipse. Workspace is like collection of project and folders.
  •  Configure Application For testing :
  •        Select the Application for testing from configure menu.
  •        Configure the Jar file java based application.
  • Enable Environments for testing.
  •             Web Browsers: Where user can configure the default browsers for web based application.  Ex: IE ..   mozilla..
  •             Java Environment : supported version of JRE to be configured and make it as enable and default.
  • After configuring the Enable environments , click the web browsers tab and click the "Test" button. it will launch the default browser and display message as "Success"..
Now user Can record and playback the script.
Read More


Find out second larget by using the Max..

Using this Query , U can find the 2nd larget value...

select Max (t2.column1) from table t2
where t2. column1 < (select max(column1) from table ) ;
Read More


560 Free Online Courses

Top 200 universities launched 500 free online courses.  Please find the list here .