1) Download the Performexa_App
Demo - performexa_app.zip
2) Open terminal and go to the following directory “Performexa_App”
3) Before running the test cases,changes data in testdata.xls file,as if required ,it is located in that dirctory
[As if required, Changes the Browser,Site url,Un , pwd and Report title in xl sheet file]
4) Reports will be present ,in Html_Reports folder in that directory,report generation it using the following “ < path of the
Html_reports> title
Ex: /home/seshu/Expertus_Meeting/ffreports[before runing the test cases,need to change path on html reports row in xl sheet]
5) Individual test cases files ,will be present in that directory, run it using the following command “ruby <file_name> path of The xlsheet“
Ex: ruby login.rb /home/seshu/Performexa_App/Testdata.xls
6) All test cases files ,will be present in Multipletests.rb file, in that directory, run it using the following command “ruby <file_name>
path of the xl sheet"
Ex: ruby Multipletests.rb /home/seshu/Performexa_App/Testdata.xls