ContributionsMost RecentMost LikesSolutionsRe: mobile app shows failed hardening security check up on doing action using test complete Hi Team, Yes , received solution from smarbear, but some internal project is going on now in our company, so application is not available to test until 24 Apr 2020. once ready will try to run and give my comments. thanks. Re: mobile app shows failed hardening security check up on doing action using test complete even not able to install app using test complete ... i am using below code to install apk . Function LaunchPRAApp() On Error Resume Next LaunchPRAApp = True 'Call Mobile.SetCurrent("KIW-L22") Set MObj = Mobile.Device Set packManagerObj = MObj.PackageManager Set packObj = packManagerObj.GetPackageFromAPK(GetEnvProperty("PRAAPKPath")) Mobile.Device.PackageManager.RemovePackage(packObj) if ( Not Mobile.Device.PackageManager.InstallPackage(packObj)) Then Log.Error("Something went wrong while installing the application.") LaunchPRAApp = False Project.Variables.logarray = "Something went wrong while installing the application." Exit Function End If mobile app shows failed hardening security check up on doing action using test complete Not able to install mobile app using test complete ... IN our mobile application we need to fill form and submit order...when we fill form and submit form using test complete app getting error "failed hardening security check" Kindly help to check. Mobile using : Huawai honor SolvedRe: how to send sms from devices using testcompleteHi Alex, The method is executed but nothing happen .. no sms send .. is there any prerequisite need to do?how to send sms from devices using testcomplete how can i use this method using testcomplete ...any prerequisite? Any API i need to add.. kindly help . Thanks. Call Mobile.Device("devicename").SMS("mobilenumber", "Hi there!") Re: connection to Database showing error actually my machine is 64bit, and i have toad installed on it, now i want to connect to db using testcomplete currently i am using below code to connect Sqlstring1 = Query Set Cnn = CreateObject("ADODB.Connection") Cnn.ConnectionString ="Driver={Microsoft ODBC for Oracle};Server=BSCST6.WORLD; Uid=;Pwd=;" Cnn.open Set Rs = CreateObject("ADODB.Recordset") Rs.open Sqlstring1,Cnn msgbox Rs(1) connection to Database showing error unable to connect to DB showing [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified, not able to fix . Kindly help to update. Thanks. Solved