It’s likely that you’ll run into odd test behaviour that makes you question the locators you’re using in a test. But how do you interrogate your locators to make sure they are doing what you expect? By leveraging some simple … Read More
How To Add Growl Notifications To Your Selenium Tests
Good test reports are a fundamental component of successful test automation. But running down a test failure by looking at a test report can be a real pain sometimes. By leveraging something like jQuery Growl you can output … Read More
How To Press Keyboard Keys in Selenium
On occasion, you’ll come across functionality that requires the use of keyboard key presses in your tests. Perhaps you’ll need to tab to traverse from one portion of the page to another, back out of … Read More
How to update Cloud JIRA X-RAY test execution automatically using REST API Java?
Updating JIRA Xray test status and evidence using any programming is simple as we have RestAPI. Below are the two examples to update the status and evidence. This example is can be used if your … Read More
How to Upload Files using Selenium
Uploading a file is a common piece of functionality found on the web. But when trying to automate it you get prompted with a dialogue box that is just out of reach for Selenium. In these … Read More
How to install a chrome driver in Mac OS?
Below are steps you need to follow to install chrome driver in Mac Command to install chrome driver using npm command It will install chrome driver in /Users/<username>/node_modules/chromedriver/lib/chromedriver/chromedriver and you need to specify this path … Read More
How to install selenium webdriver on Mac OS?
Below are the steps you need to follow to install the selenium web driver on Mac, Open terminal and enter following commands Check whether you have pip and python installed on your machine using below … Read More
How to get or genrate Ranorex PDF report for every test case?
First of all, you need to reference the Ranorex.PDF.dll within our Ranorex project.This can be done by opening the “Add Reference”-dialog (References -> Add Reference) and adding the DLL. You should now be able to … Read More
How to update Ranorex Test evidence and status automatically into JIRA X-Ray Test execution using C#?
I have used RestSharp package for the below c# example
HOW TO UPDATE JIRA XRAY TEST EXECUTION AUTOMATICALLY USING REST API C#?
I have used RestSharp package for the below c# example
- Page 1 of 2
- 1
- 2