Using async / await to resolve protractor promises
Protractor by default uses WebDriver JS control flow to resolve promises and helps in synchronising the execution of scripts in…
Protractor by default uses WebDriver JS control flow to resolve promises and helps in synchronising the execution of scripts in…
Every moment an automation engineer think to make the framework more flexible, using an external source file as test data…
In this post, we will see how to automate uploading a file using protractor typescript, Uploading file basically need the…
In this post, we will see top demo websites to practice automation testing using tools like Selenium, protractor, UFT [formerly…
In our previous post, we have seen how to install protractor and it’s prerequisites. we will setup some more steps…
In our prev posts we have seen Run protractor on chrome Run protractor on firefox Now we will be how…
In one of our post Protractor test on chrome browser, we have seen how to run protractor tests in chrome…
In this post we will understand how we can read/write excel sheet and styles using ExcelJS [javaScript/TypeScript]. We are using…
Refer protractor intro to get some insights, if you are new to protractor. We will use typescript as our language…