ContributionsMost RecentMost LikesSolutionsIs there anybody who successfully add your offline license(node-locked) in your private network ? Hi, Is there anybody who successfully add your offline license(node-locked) in your private network? After converting TestComplete license from key-based to id-based, I am adding the offline license to TestComplete but the following error message is displayed and I can't use TestComplete at all. when I closed the error, TestComplete is closed automatically. ERROR MESSAGE: "An offline license check error occurred. The server failed to provide you with the TestComplete license." The computer that TestComplete was installed is with static IP in private network. it can't use public internet. When I got fingerprint file to generate offline license from TestComplete. the fingerprint file didn't have MAC ADDRESS information (MAC ADDRESS was blank). I guess the blank MAC ADDRESS in fingerprint file could make this problem. If anybody who successfully add your offline license in your private network, Please let me know. Thanks, Ray How to get current running keyword test case name in the event (OnStopTest) Hi All, I want to get the current running keyword test case name in the event (GeneralEvents_OnStopTest(Sender)) My purpose is to send notification message when test case is failed. I determine if the keyword test case is passed or failed with error count in the event,GeneralEvents_OnStopTest(Sender). Project.TestItems.Current.Name can be used but it can be used only when run test project. I want know the current running keyword test case name when run the specific keyword test. Anyone know about it ? Thanks, Raymond. Re: How to print image repository name as string in log message ? I have check both of them. 'undefined' is printed only. not name of Image repository. How to print image repository name as string in log message ? HI, My script function is like below. input parameter, img is one of Image repository such as (ImageRepository.android_app_launcher.TextView_pooq) but log message isn't printed. How can I print Image repository name as a string in Log Message ? function ImageName(img) if (img.Exists()) { img.Touch(); Log.Message(img + "Touched"); } } SolvedRe: Android Mobile Test Script is recorded as image-based in case NameMapping file is over around 800KB This issue was fixed by Case #00227683. Re: Android Mobile Test Script is recorded as image-based in case NameMapping file is over around 800KB Hi, My name mapping file was already set to 'Store brief Code Complete data'. I don't understand why this issue is occurred when the size is over around 800kb. Android Mobile Test Script is recorded as image-based in case NameMapping file is over around 800KB Hi, My test android application was instrumented and I am creating object-based test script. But in case the size of NameMapping is over around 800KB, It takes about 15~20 seconds to be ready to record a test script and the test script was always recorded as image-based. When I created a new project and attempted to record a test script, it is recorded as object-based. But if the size of NameMapping is around 800KB, it get to be same. It takes about 15~20 seconds to be ready to record a test script and the test script was always recorded as image-based. If I created a test case as object-based test script manually, It is fine even when the size of NameMapping is over 800KB. My TC Version is 12.20 (the latest version) Android OS : 6.0.1 (Samsung Galaxy A3 2016) Thanks, Raymond SolvedHow to convert Object to String Hi, I want to convert object to string like from a object,'Regions.Image1' to string 'Regsions.Image1'. My developed JScript function is required an image stored to Regions as input parameter. The string could be entered as input parameter but user have to remember whole object aliases and it could make invalid input error. So, I'd like to convert from object to string and use it. If anyone has a good idea, please let me know. Thanks, Raymond.