ContributionsMost RecentMost LikesSolutionsData Generator - Phone Number quick question with hopefully a quicker answer. Are the Readyapi phone numbers in Data Generator real or fake? Assertion error log Hi All, I need suggestion please on how to approach the following: I created a script to compare 2 very large tables before and after deployment. in the beginning I was looping thru each row and column to compare values and I was able to see the exact field that has a mismatch in the assertion log but the issue is the script was taking way too long. So I decided to to compare the whole resultSet received from both tables but and now I am facing a different issue, when there is a mismatch the assertion error log doesn't show where the exact discrepancy is but rather it shows the error mismatch between the full resultSet. is there a way to capture few lines in the error log around the mismatched string in the resultSet from the assertion instead of the whole thing ERROR: Assertion failed: assert beforeTable == afterTable | | | | | '<ResultSet ..... </ResultSet>' | false '<ResultSet ..... </ResultSet>' Multi Thread Groovy test step Hello, I would really appreciate help with this. I create a test that compares data between 2 tables with large data return. the script does the job perfectly but it takes very long time to execute as it loops thru hundreds of thousands of records and verify value to value from each column. I was wondering if there is a way to run the test step groovy script in multi thread instead of doing one value at a time. thanks in advance! Re: 3.44 issue with java.net.SocketTimeoutException: Read timed out I found the fix for this and sharing here in case it benefits someone else. Try to increase the timeout in "REST Request Properties" which can be found in the bottom left corner of the ReadyAPI Product. 3.44 issue with java.net.SocketTimeoutException: Read timed out test step is failing due to "java.net.SocketTimeoutException: Read timed out", we tried increasing the socket timeout but it is still failing after the default 1 minute time. this project and test step is working fine when using 3.41 readyapi version but same test is failing in 3.44 and the latest 3.45 versions. please let us know what need to be done here as this impacting our regression tests SolvedRe: Authorization the answer was hidden in Auth Manager window basically, you chose the environment first then you pick the correct token using Auth Manager for each test case for that environment and you save and you then pick the next environment and you do the same using the other token corresponding to that other environment Re: Authorization Thanks richie i will keep you posted if i find or hear anything. Re: Authorization richie i appreciate your reply but the issue here is not how to get URLs or DBs specific to each environment, I have no problem loading those values, i actually built a groovy script that gets DB URLs based on which environment we are running the test against. but i am trying to do the same to get Access Token value generated from authorization call in "Auth & Security" based on the environment. Authorization i have a project that is using Authorization OAuth 2.0 for all the services in the application in dev and stage environments (different Access Token URLs). i am able to generate the tokens for each environment but is there a way to automate the request to use the correct token based on the Environment Vriables? SolvedBrowser component disabled. i just downloaded the latest ReadyApi version and i am getting this error when opening Integrations tab. all previous versions prior to 3.2.5 were working fine when opening Integrations Solved