protractor icon indicating copy to clipboard operation
protractor copied to clipboard

E2E Protractor test case - Performance testing.

Open AravindKumar3992 opened this issue 4 years ago • 0 comments

Hi there! I have protractor E2E Protractor test case in our application. Currently am doing R&D for getting performance information like script execution, memory consumption using our protractor test case.

My requirement :

  1. I need to execute my protractor test case for multiple times
  2. I need list out all API calls for that specific test execution along with details like api response/request time.
  3. For each test case , I need script execution time, memory consumption, page rendering time.
  4. Once execution done, i need to display above information in the form of report.

Benefits:

Once above requirement is done , we can do UI performance testing using protractor. Same protractor test case we can execution number of time in single shot. Once after the execution we can see the reports to get performance relevant information.Instead of doing all things manually in developer tools, we can achieving in automation.

Note : If there is any other way to automate this feature, please let me know. Thanks

AravindKumar3992 avatar Jun 04 '21 15:06 AravindKumar3992