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

Blog

Home Blog

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

How to update JIRA X-RAY test execution automatically using REST API Java? On-premises

Yosuva ArulanthuApril 27, 2020Appium, Java, SeleniumLeave a Comment

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 Create Java Method?

Yosuva ArulanthuOctober 29, 2019Java, Test Automation, Testing, UncategorizedLeave a Comment

Method is collection of code which run only when it’s called.Method also called as Functions. Method syntax: Type of methods Method without return type Method with return type Method with parameters Static methods

How to print int and String using Java system.out.println?

Yosuva ArulanthuOctober 27, 2019Java, Test Automation, TestingLeave a Comment

In this post, we are going to learn how to use print and println java statements to print Integer and String variables. System.out.print prints the integer or string without the new line. For an example … Read More

How to create and run first java program or java class in Eclipse?

Yosuva ArulanthuOctober 26, 2019Java, Selenium, Test Automation, TestingLeave a Comment

This post will explain How to create and run first java program or java class in Eclipse IDE software. To create class in eclipse, first you should to know how to create project in eclipse. … Read More

How to create Java project in Eclipse IDE?

Yosuva ArulanthuOctober 26, 2019Java, Test Automation, TestingLeave a Comment

It is simple. You just need to do the below navigation in eclipse to create new Java project in eclipse IDE. Option 1 Click File ->New ->Java Project as mentioned in the below screenshot If … Read More

  • Page 4 of 5
  • ←
  • 1
  • ...
  • 3
  • 4
  • 5
  • →
  • Home
  • About
  • Tools
  • Contact
Toggle the Widgetbar