ContributionsMost RecentMost LikesSolutionsRe: How to get the content text of XtraReport DevExpress v17? Thanks for your reply. I see your word. And now I want to get the content text of the XtraReport by TC v12.10 Node License. About "You'll just need to write some of your own custom functions and such to interact with the class" Could you give me some examples? Thanks and regards. Hien Su. Re: How to get the content text of XtraReport DevExpress v17? Hi Robert, Sorry for the reply late. I have just spent the Tet holiday. About "What's the actual class name of the component? " => DevExpress.XtraReports And I didn't find this class name in the suggested link. Thanks and regards, Hien Su How to get the content text of XtraReport DevExpress v17? Hi Everyone, I'm in trouble with XtraReport v17.1.3. My Scenario: I need check the content of report with the expected file. Current: I'm using the TestComplete v12.10, and it can't get the content text of the Text on XtraReport v17. - With XtraReport v14, the TC can get the content text of the report. Besides, the TC v12 can't get the combobox object on XtraReport bar. Please help me to resolve this issue. Thanks and regards, Hien Su Re: How to use FindAllChildren function by C# Wow! So great. I will try to use the REST API. Thank you so much. Re: How to use FindAllChildren function by C# Hi HKosova, Thanks for your reply. The TestLeft is ok, but I have to buy the license to use it. And I want to build the auto tool that use TestComplete engine like TestLeft. Thanks, Hien Su Re: How to use FindAllChildren function by C# Here is the exception detail: System.NullReferenceException was caught HResult=-2147467261 Message=Object reference not set to an instance of an object. Source=AutomatedQA.script StackTrace: at AutomatedQA.script.var.VarDelegate.CallNoPop(var[] args) at AutomatedQA.script.var.VarDelegate.CallStatic(var[] args) at Model.UITestCompleteControl.FindProcessMultiple() in d:\Work\CIPAutomationTool\Model\UIControl\UITestCompleteControl.cs:line 88 InnerException: How to use FindAllChildren function by C# Hi All, I try to use FindAllChildren function by C#, but the exception NulReferenceException is threw like the below image. I used code at https://support.smartbear.com/viewarticle/82015/?q=C%23+script#_ga=1.55551336.2128836049.1463127932. Code: Why? Please help me to solve this issue. Thanks and regards, Hien Su. SolvedRe: How to record action while executing the script? Hi mgroen2, Thanks for your reply. Yes, I know this is the core work of a test automation engineer. Ok. I just want to ask that: Does the TestComplete support the C# script API to start Action Recorder function? And if yes, How can I get the recorded script? Thanks and regards. Hien Su How to record action while executing the script? Hi All, I need to automate to input data into a dynamic dialog that mean all controls of this dialog will be changed to the difference cases. My script: 1. Prepare data for my app. 2. Open dialog. - If the appeared dialog is new, + The testcomplete will show the message to request tester input data into that dialog => tester click Ok. + While tester input data, the script will record information of the controls (include the properties that are used for identifying and its value) that tester have just interacted to them, and then write these information into file. - If the appeared dialog is old, the script will use the information that is saved in the first time to find control and input data. How can I record the tester actions as above description? If this impossible, please help me to give me the best solution. Thanks and regards, Hien Su Re: How to find object and assign that object to a variable by only KeywordTests without script? Thanks for your reply. It's really useful for me.