InterviewSolution
| 1. |
What Tools You Use For Performance Testing And Automation ? |
|
Answer» @ Performance testing of the Web service which your application uses you can use jMeter, it is an open source tool which can be used to test the api’s performances. @Automation: It is very subjective term & totally depends on the project need and type of application , there are several paid tools available in the MARKET like SeeTest, Ranorex, Silk Mobile etc while GOOD free automation tools are Calabash, APPIUM , ROBOTIUM for Android, KIF for iOS and using free tools you require some coding skills like ruby or Java. @ Performance testing of the Web service which your application uses you can use jMeter, it is an open source tool which can be used to test the api’s performances. @Automation: It is very subjective term & totally depends on the project need and type of application , there are several paid tools available in the market like SeeTest, Ranorex, Silk Mobile etc while good free automation tools are Calabash, Appium , Robotium for Android, KIF for iOS and using free tools you require some coding skills like ruby or Java. |
|