ContributionsMost RecentMost LikesSolutionsRe: Unable to access DB with Ready API tool Hi, Can anyone please resolve this query? Unable to access DB with Ready API tool Hi, I have MSSQL Server on my system. And i want to connect ready api tool with it. The steps that i have followed are: 1. Downloaded the jtdl driver 2. added the jar file in exe folder of ready api tool 3. added the ntlmauth file in bin folder of ready api tool. 4. save the driver in Preference> JDBC>...... Followed all these steps as mentioned in the https://support.smartbear.com/readyapi/docs/testing/data-driven/drivers/install/jtds.html But i am getting error like: 2023-02-14 18:12:45.002 - Error getting response; java.sql.SQLException: Login failed. The login is from an untrusted domain and cannot be used with Integrated authentication. Refer all screenshots related to that: Re: How to automate Sorting Functionality in Web App with Java Script Hey ebarbera Just provide me the information like, 1. how can we add the items in the array? Please provide the line of code for that. 2. How can we define the array? Please provide the line of code for that. Because when I am using arr.add(S1); it's not working for me.... 3. What is the automatic way in test complete to sort the record which is in array. Like when I tried array.sort(); it's not working in testComplete. Thanks Re: How to automate Sorting Functionality in Web App with Java Script Hi ebarbera . Yeah i want to check the data is sorted or not , when we click on the arrow. Steps: 1. Click on Arrow which can be Ascending or Descending. 2. On the basis of clicked arrow, we will get all the data in array from all the rows. (Actual) 3. We will sort (Ascending or Descending) the data and put it into the other array. (Expected) 4. Then we will compare the Actual and Expected output in the rows. If it will match, then we will pass the test case like it's sorted in Asc or Dsc. Otherwise the test case will fail. Can you please provide the script for that part. I am using JavaScript for my project How to automate Sorting Functionality in Web App with Java Script How to automate Sorting Functionality in Web App with Java Script? Please refer screenshot to share the script related to sorting. Re: How can i Pass my Test Case after checking one element Which should not exists on the screen Hi vinniew Can you please give me a quick solution for that? Re: How can i Pass my Test Case after checking one element Which should not exists on the screen vinniew Hi. I am using JavaScript not Keyword script. The code part is something like that: for my conditions but it's not working because it's returning error for "deleteLocationLink.Exists" because it delete location link doesn't exists. vinniew if(equals(deleteLocationLink.Exists, false)) { Log.Message("User did not have permissions to Delete this location."); } else { Log.Error("User don't have permissions to Delete this Location but he is able to do that."); } How can i Pass my Test Case after checking one element Which should not exists on the screen There is one situation like : I wanna add a check like: 1. if Object A doesn't exists or visible on screen than Test Case should be passed. 2. If Object A exists or visible on screen than Test Case should be failed. Can you please tell me, how can i do that. Re: Run Script with CBT (Parallelly) after using different data from excel Hi ebarbera 1. Can you explain the Random number function? 2. Can you please provide a detail exaple with sample script for your second thought? 3. How can we check, which current browser is running on remote with CBT to apply the TestData Conditions accordingly???? ebarbera Like How much variables i will have to create for that? and How it will work for 3 browsers? Thanks How can we check which current remote browser is running with CBT 1. How can we check which current remote browser is running with CBT.???? 2. Because I want to use different Test Data for Different browsers that are running on CBT. 3. Please provide the script to do it Like: Run 4 Parallels browsers on CBT Then Check: for Chrome (Remote Browser) - Use TestData1 for Firefox (Remote Browser) - Use TestData2 end so on. Chrome and Firefox are running parallelly