ContributionsMost RecentMost LikesSolutionsRe: Script says the java class function as "Not a function". Pleas help how to fix this. tristaanogre .. OK. Thank You! Re: Script says the java class function as "Not a function". Pleas help how to fix this. Hi tristaanogre I have written the class by myself which basically has two static methods in it. So I followed the documentation in the smartbear portal, I followed everything there, there was nothing specific about exposing the methids in the class. Re: Script says the java class function as "Not a function". Pleas help how to fix this. Is there anyone who can help. I tried a fresh TestComplete project and configured java bridge at tool level and also listed the jav classes and the java class path in the form of a jar file. Still I am getting the same issue. Errro in the log- "ErrorTypeError: JavaClasses.mongoDB.MongoDBInitialize.getShippedOrderCounts is not a function at connectToMongoDB (<aq:Unit1>:7:64) 12:45:28 Normal 0.00" I can't see my static methid listed in the code completion so as a result it says the method in the class as not-a function on runtime. Re: Script says the java class function as "Not a function". Pleas help how to fix this. I am not able to get the static methods of the Java class in code completion. Also if I type the methd name after the class name , on runtime its says the function name as not-a function. e.g. I tried mongodb. MongoDBInitialize.getShippedOrders().......... then it says getShippedOrders() as not a function. I am able to get package mongodb and MongoDBInitialize class after JavaClasses but not the getShippedOrders() method after that. Please advise. Re: Script says the java class function as "Not a function". Pleas help how to fix this.There is nothing after the class is shown when used Javaclasse.Packages.class.__. One thing to mention .. documentation says in syntax to use subclass after the class. Is that mandatory?Script says the java class function as "Not a function". Pleas help how to fix this. Hi, JavaClasses.mongoDB.MongoDBInitialize.getShippedOrderCounts(); mongoDB is a package , MongoDBInitialize is a class and getShippedOrderCounts(); is a static method in the class. But on execution it says, getShippedOrderCounts() is not a function. I have sett java, java -bridge, jar and class included in place. How to connect the mongo DB with testComplete smartbear. Hi All, Please help me with this. How to connect the mongo DB with testComplete smartbear. Thanks, Rahul SolvedRe: Do I have any way to supply any timeout value in aqHttpRequest.send() method. tristaanogre .. Thank you for your insights. Do I have any way to supply any timeout value in aqHttpRequest.send() method. Do I have any way to supply any timeout value in send() method. Using aqHttpRequest.Send(ServiceAPIAddress) SolvedAdd URL www.abcd.com as a exception URL in my smartbear browser so that resources are loaded. HI, I want to add the URL www.abcd.com as a exception URL in my smartbear browser so that resources coming from the URL are loaded siuccessfully from my browser . How can I do this.