Search found 3 matches

by ajaypappan
Wed Sep 02, 2020 2:46 pm
Forum: General Questions
Topic: sync testcases from Ranorex to testrail
Replies: 1
Views: 918

sync testcases from Ranorex to testrail

How to sync Ranorex testcases to Testrail if the link between them are broken.
by ajaypappan
Mon Jul 15, 2019 2:44 pm
Forum: Object Identification and Technologies
Topic: How to capture entire object properties and copy to the file
Replies: 1
Views: 1368

How to capture entire object properties and copy to the file

Looking for something to capture object entire properties to a file , so i can compare 2 objects that looks exactly the same using a diff tool
by ajaypappan
Wed May 22, 2019 4:30 pm
Forum: General Questions
Topic: Getting error while building solution.. "Task failed because "AxImp.exe" was not found,"
Replies: 1
Views: 2984

Getting error while building solution.. "Task failed because "AxImp.exe" was not found,"

Added below lines to the code and i am getting this error..also added microsoft excel object lib to the reference too.. using Microsoft.Office.Interop.Excel Excel.Application xlApp = new Excel.Application(); Excel.Workbook xlBook = xlApp.Workbooks.Open(xlPath); Excel.Worksheet xlSheet = (Excel.Works...