Automation World: How to read Web Table values: To read web tables is something tedious task when dealing with the Selenium. There is no pre-defined class/method which will allow you to ...
API Concepts: Overview and Target audience: The intend of this document is to provide the basics of API (Application Platform Interface) on how the communication between two different applications and software’s happen in real world. Since the growing world needs more connectivity between different software’s and which can be achieved simply through standard protocols. Many of the today’s manual testing job opportunities requires API knowledge, since API testing is no longer a skill. What happen if tester is supposed to test an integration and data flow between two different systems when Downstream or Upstream systems are not available? In such cases many of the issues will be undiscovered and will appear during late in the game. Which will cost too much to any project. To overcome this situation, testers needs to have understanding on how API actually works and how communication really happen. In below article you will find basics of API from tester’s point of view. Introducti...
Automation World: How to Setup Jenkins on Windows machine : Jenkins is most widely used tool for Continuous Integration and Continuous Development purpose. You can schedule your build through Jenkin...
Jenkins is most widely used tool for Continuous Integration and Continuous Development purpose. You can schedule your build through Jenkins and trigger can be your deployment. It will automatically schedule the build and even can send the feedback using mail SMTP servers. It is very easy to use any mail server with Jenkins, So that if any of the build fails, it will trig an email notification to target audience. Let’s see how you can configure Jenkins on your windows machine. Step 1: Access the URL Jenkins site and locate the Generic Java Package situated at the bottom. Step 2: Once you finish the download of war file, open the Command prompt and enter java -jar <location of downloaded war file> and hit the enter button. Wait until you get below mentioned success message that Jenkins server is up and running. Step 3: Once you get above stated success message, in the browser hit URL localhost:8080 because Jenkins ...
Comments
Post a Comment