ContributionsMost RecentMost LikesSolutionsRe: Verification of data having page number HimanshuTayalSir nmrao Sir. Your help would mean a lot to me. Thanks in advance Verification of data having page number In my web service, It displays a list of items and there is a page number concept implemented. request parameter can be of type { "page_number":"" } page size:-50 So, suppose, we have total of 467(no. can vary) items Name in database to be displayed. If we insert input as 2, items from 51 to 100 will be displayed, and so on In Soap U I automation, how can I verify the 'names' of all the items displayed in web service, against what being stored in database. Please help me with the coding Re: How to compare ₹(INR symbol) in soap ui open source, using groovy nmrao HimanshuTayal Sir, If you could help with the solution How to compare ₹(INR symbol) in soap ui open source, using groovy In Web service automation:- one of the response parameter contains ₹(Indian rupee symbol). Response is of key-value pair format(json) { "Currency":"₹" } When i am fetching the content, it displays like â?¹. How to verify, the response contains ₹ symbol or not? SolvedRe: How to access the verification code sent on email in soap ui open source Thank you so much sir. Also, i did like to know, can it work with soap ui open source? Re: How to access the verification code sent on email in soap ui open source HimanshuTayal sir, Yes, exactly for this purpose, I will have to access browser and open particular Email and then access this OTP I have only used soapUI for automation. Kindly, please enlighten me on how to integrate with selenium and access OTP. I am a novice in this. Thanks in advance Re: How to access the verification code sent on email in soap ui open source HimanshuTayal Sir, that's great approach if i already have response from email in my script. But, I am sorry. I want to get this response from email directly. I do not have response already with me. I need to know, how to access it from email and password i store in variables Thanks in advance How to access the verification code sent on email in soap ui open source I am using SoapUI open source. Through automation, I want to access the email by doing login(lets say, i have stored email id and password in two different variables), and get the verification code using groovy script in SoapUI open source The email i shall be receiving will be from "no-reply@verification.com" and the content of the message will be in the format:-- "Your verification code is 126222." Thanks in advance SolvedRe: how to use map in groovy This is a really good approach sir, but i think..the response from jdbc is not in the form of array..and beacuse of which, when i am finding out the size of both list1 and list2, it is varying. list1.size()=153 list2.size()=120 and when i tried to convert them in list...and then when i tried to find it's size.. it returns 1. Re: how to use map in groovy log.info nameDB.metaClass displays:----- "Script-result: org.codehaus.groovy.runtime.HandleMetaClass@3d4c4fef[groovy.lang.MetaClassImpl@3d4c4fef[class [Ljava.lang.String;]]"