ContributionsMost RecentMost LikesSolutionsHow to export Test Suite log through Groovy script? How to export Test Suite log through Groovy script? Re: JDBC request Test step Response has incorrect dates I will check once again if any application is in between. But if we assume that there is an application in between what needs to be check? There is one another operation - Get customer - if we provide the custid to it, it gives the correct date in the response. Thanks Ameett Re: JDBC request Test step Response has incorrect dates Thanks for your prompt reply. :) Yes, the data machine has correct time. The JDBC request test step directly interacts with the sqlserevr. There is no any other application in between -Ameett JDBC request Test step Response has incorrect dates Hello All I am saving some information in the database and then querying the database to verify if correct information is saved. I am using -JDBC request- test step for querying the database. After executing JDBC request test step a response is returned which I am verifying with XQuery assertion The problem is that in the above response that I get, has incorrect dates though dates in database are correct one. Also there is a pattern in this, the date returned in response is less than 2 days than the date in the database. for e.g. date in Database = 2017-06-01 date in response = 2017-05-30 date format is - yyyy-mm-dd May I request you to please help me regarding this? If possible could anyone please reply fast, as it is bit urgent Thanks -Ameett Install and Uninstall an application through the script. How to Install and Uninstall an application through the script?........for eg. A .msi application. I am using C# script. Thanks ameett SolvedError message shown when same Function is called again There are three functions - function A() { } *********************************************** function B() { A() } *********************************************** function C() { A() B() } ********************************************** Now when function C() is called the function A() works for the first time but the control passes to function B() which is also called properly...but in function B() when function A() is called - Error message is shown at function A() - "Object doesn't support this property or method"............................function A() and B() are in same unit while function C() is in different unit...I am using C# scripting language and there is no circular reference. May I request you to please help me to sort out this issue? Thanks in Advance Process name identified differentlyThe process name is identified differently - First it was - Sys["Process"]("Navigaattori") Now after a NEW BUILD it is identified as Sys["Process"]("NAVIGA~1") However the 'exe' name remains the same - 'Navigaattori' Is this a change in the Process name...I had asked the developers about it and they replied that they hadn't change anything... OR Is it that the Test Complete is identifying name differently now? Egarly waitng for the reply Thanks in Advance, ameettRe: Same object identified in two different waysI tried both the methods but still no results.........I think there is a problem with identification of VB objects............is there any patch for it?Re: Error while accessing Web ServiceThanks..Alexei, I was trying to access from my organisations network...such outside access is restricted by the firewall. Any ways I got other webservice which I can access -AmeettError while accessing Web ServiceI am trying to access a web service from Web Service Project item but getting error. I am using the sample Web service provided by Samrt Bear. Screen Shot attached. Thanks in advance -Ameett