Share what you Learned !!! Happy Learning !!!

YOSUVA.com

YOSUVA.com Navigation
  • Home
  • About
  • Tools
    • Appium
    • Selenium
      • Selenium Tutorials
    • Excel Macros
    • Ranorex
  • Contact
  • Search
  • Home
  • About
  • Tools
    • Appium
    • Selenium
      • Selenium Tutorials
    • Excel Macros
    • Ranorex
  • Contact
  • Search

Category Archive

Home Blog Ranorex

How To Mouse Hovers in Selenium Java, Python, C#, Ruby

Yosuva ArulanthuAugust 5, 2022Java, Python, Ranorex, Ruby, Selenium, Test Automation, TestingLeave a Comment

If you need to work with mouse hovers in your tests it may not be obvious how to do this with Selenium. And a quick search through the documentation will likely leave you befuddled forcing you to go spelunking through StackOverflow … Read More

Useful Test Automation Regex

Yosuva ArulanthuJune 14, 2020Appium, Ranorex, SeleniumLeave a Comment

To get only number from the string \d+ To get just amount value ([0-9]+[\\.,0-9]*) To get first 5 characters from a string  ^.{5} To get the text of btw two strings (?<=Reference is )(.*)(?= and)

Useful Ranorex code snippets

Yosuva ArulanthuJune 10, 2020RanorexLeave a Comment

1. To get current Test case name: 2.To add image in report 3. To get Test status and Test suite status 4.To log Html in report 5.Example for Table Iteration:  6. To get the report … Read More

How to get or genrate Ranorex PDF report for every test case?

Yosuva ArulanthuJune 9, 2020RanorexLeave a Comment

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#?

Yosuva ArulanthuApril 27, 2020RanorexLeave a Comment

I have used RestSharp package for the below c# example

HOW TO UPDATE JIRA XRAY TEST EXECUTION AUTOMATICALLY USING REST API C#?

Yosuva ArulanthuApril 27, 2020RanorexLeave a Comment

I have used RestSharp package for the below c# example

  • Home
  • About
  • Tools
  • Contact
Toggle the Widgetbar