0

Hi All! 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 : I need to execute my protractor test case for multiple times I need list out all API calls for that specific test execution along with details like api response/request time. For each test case , I need script execution time, memory consumption, page rendering time. 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

Thanks

0 Answers0