ContributionsMost RecentMost LikesSolutionstrial version reactivation Hi, I am Ganapati and looking for learning API automation. I had registered for trial version [Soap UI NG PRO] on 26th Sept 2016. But today, I got an email from my Client saying that they purchased a fixed license. When I tried for activating that license , i got an error message. My questions are 1) I am located in India. Will there be any Geo dependency to activate the fixed license? 2) Now I am unable to continue my work , even though I had 13 days trial left before the license activation try. How can I get my trial version back to the product. I am using Ready API 1.8.5 version. Quick response will be very much appreciated. Thanks , Ganapati Need help regarding how to get the excel sheet path dynamicalyHi, I am using excel sheet + JScript to read the data for my test cases. While mentioning the excel sheet path, i need to mention the absolute path like D:\Project\Data.xlsx in all my test cases. If I change my location to C drive , then I need to modify all my test cases because of the path change. It will be good if someone help me to get the Excel path Dynamically from project root when I execute the test cases. How to make my test cases independent of path hardcoding? Please help. Regards, GanapatiIs there any way to see the console while running the test cases?Hi, I am running a suitre run and it is taking much time to get complete. Is there any way to see which test case is currently running and console of it? Log file get generate at the end of execution. I want to see the log while executing the test cases so that I will get to know which test case is being executed and when will it get complete. Regards, ganapatiNeed help to use wildcardHi, I need help to customize my object with Wildcard..I want to select the label which has only numeric value. As per the below snapshot, igave label(*).ObjectText; but it is returning Equifax credit score. I want to get the number like 514, which get generated randomly. Is there any way to get the solution. Please mention the solution in jscript. Thanks, Ganapati Need information regarding scroll to see the objectHi, I am facing an issue while automating a page in iPad and iPhone. I have an account page in which I have around 15 fields . Firstname, lastName and so on.. Since it is having more fields, after entering First name, I need to scroll to bottom of the page to see the continue button[iPhone]. In ipad portrait mode, entire page is displayed[no need to scroll to see the continue button]. in landscape mode of ipad, we need scroll to see the continue button. My script is failing in the scroll command [ wPositionY=600] in iPad, as I am able to see the button and no scroll option available. In iPhone, without scroll I cant even check for Continue button.. Like if(Continue.visible){ click on continue } if condition itself failing as it is not able to find that object. Please suggest the solution. how to install chrome extention to the testComplete10.4 and chrome version 39Hi, Please provide the information regarding how to install chrome extention to the testComplete10.4 and chrome version 39. Regards, Ganapatineed help regarding string check in if statement -JavascriptHi, I have a situation where i need to fetch the value from excel and need to check with value mentioned in the string and work on the application . Like, var valueFromExcel='Male'; if(valueFromExcel=="Male"){ do something on the application } if(valueFromExcel=="Female"){ do something on the application } I am not able to check the value. My script is running for both male and Female. Please help me regarding string equals using testComplete.Re: Excel data read not happeningHi, I dont want to use DDT drivers. I am using simple jscript and calling that script in my test cases. Please provide the information regarding normal jscript read from different sheets.Excel data read not happeningHi, I need the help to read the data from excel sheet using javascript. I am able to read the data from the 1st sheet. But not able to read from any other sheet. Please share me the code to select the sheet and retriving the data from it. I have written the code like : var Excel = Sys.OleObject("Excel.Application"); var work=Excel.Workbooks.Open(Filepath); work.Sheets("PersonalInformationData"); // failing in this step. Please help Re: Not able to read the data from excel multiple timesHi All, Thanks for the reply. I got the solution finally for my problem. I have written the jScript to open and read data from excel and used script routine in my test cases. Regards, Ganapati