ContributionsMost RecentMost LikesSolutionsRe: Sending Email From Test Complete Hi, Do I have to configure anything in my Email client to allow/communicate with SMTP Server for the script you provided? nastester Thank you. Re: Sending Email From Test Complete Yes, I have outlook in my machine and made it as default too. rraghvani Sending Email From Test Complete Hi, I have been trying to send email via test complete. But when I click on Send via Email nothing pop's up. Do I need to configure anything before sending an email? Thank you in advance for the help. Re: PDF and text comparison: Thank you so much for the reply, the second link for the video also points to the testcomplete manual. Re: PDF and text comparison: I was trying to compare two values, I got a value from the web page and log the value of the element and I have to download the pdf from the same webpage and need to compare if the values from the web page matches values in the pdf. How can I achieve this with the help of testcomplete? PDF and text comparison: "Is it possible to compare text extracted from a webpage with text extracted from a downloaded PDF within TestComplete? For instance, can we verify the consistency of a person's name retrieved from a webpage with the same person's name extracted from a PDF downloaded from the same webpage using TestComplete?" Thanks in advance. SolvedRe: Data Driven Testing Dropdown Hi rraghvani, Thank you so much for helping me out, When I use the spy object to check the methods of my drop down, I find that it is not being recognised as a dropdown, that is why clickItem method is not showing up, but able to solve the issue. Thank you. Re: Data Driven Testing Dropdown Hi, I tried the Eg that you sent, when I record that with keyword test or as a script it is getting recognized as drop down and it automatically creates clickitem. (Code:Aliases.chrome.pageW3schoolsTryitEditor.frameIframeresult.selectChooseACar.ClickItem(Project.Variables.car1.Value("Car")); ) and it is getting input from the excel and selects accordingly. But when I do the same in the page where I want to test it is creating a click function instead of clickitem function, I assume it is not getting recognized as a drop down. When I try to change that manually it says ClickItem("Date") not found. Re: Data Driven Testing Dropdown Hi, Thank you so much, Can you share the code that you used? If I type ClickItem in the operations panel to find it, it doesn't show any operation with that. Re: Data Driven Testing Dropdown Thank you so much, I will go through it.