Promise
Promise in JS got three states – resolve, reject and pending. Following example shows a reject state. Another example with resolve status Type the below in Chrome console and you will get the response in JSON format.
Promise in JS got three states – resolve, reject and pending. Following example shows a reject state. Another example with resolve status Type the below in Chrome console and you will get the response in JSON format.
This a repost from the recent report of Gartner. The original report can be found here – RESEARCH FROM GARTNER The Eight Essentials When Moving to Automated Software Testing When implemented correctly, automated testing can deliver strong benefits to support organizations in delivering software with higher quality at a faster pace. This research provides application leaders with …
Test Automation Essentials: What’s Needed to Accelerate Delivery Read More »
Why we need test automation ? The question seems simple, but the answer is debated for a long time. I would say the purpose of automation is to make sure that the application is working properly and is meeting the function requirements specified in the BRD. When test engineers run automation suits in this continuous …