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