Beginners find it difficult to decide on which IDE/Code editor to use for protractor test automation framework. Every online tutorial proposes something different which makes the situation worse.
The main requirement of an automation tester when looking for a code editor are :
a. autocomplete and template suggestions for protractor and javascript
b. ease of use
Some suggestions are VS code, Atom, Webstorm etc. but the best IDE for our purpose is Eclipse. I know some would say that It is only true in case of java not javascript. I am going to list some steps which will kick-start your protractor scripting with the same Eclipse IDE, which you have used with selenium.
Now you are loaded with all the capabilities needed to work with protractor test automation. You will get autocomplete suggestions like below and the source of it.
Autocomplete for protractor is very limited with VS code. Having worked on numerous Selenium projects with fantastic autocomplete supported by Eclipse for Java, It doesn’t feel satisfactory.
Now with this workaround, you get right method required at right time when typing the same old .(dot).
FacebookTweetEmailShares0 How to handle SSL certificate error in Chrome Sometimes while working on automation of an application, we face SSL error and it becomes hard…
FacebookTweetEmailShares0 FileSystemObject can be used to create a folder using VBScript. FileSystemObject also known as fso is one of the most efficient tools provided by VBScript….
FacebookTweetEmailShares0 You can ping a network using VBScript. Yes, you read it right. We don’t know how many times we must have the necessity to…
FacebookTweetEmailShares0 How to handle SSL Error in chrome using UFT Sometimes while workin on automation of an application, we face SSL error and it becomes…
FacebookTweetEmailShares0 Is FireEvent not working in your UFT Script ?? UFT provides a very easy to use and robust in built method to click on…
FacebookTweetEmailShares0 In order to get most repeated value from excel using VBScript, we have a ready-to-use function created in VBScript. All you need to do…