ContributionsMost RecentMost LikesSolutionsRe: Parameter type is not supported for Integrating Extent Report 3.1.0 with Test Complete There is no specific documentation on how to integrate extent report with test complete. I am follwing the steps from extent report site mentioned for Java Project. These jaf files and Java classes are working fine for selenium java and VisualStuidi c# but not with test complete. Parameter type is not supported for Integrating Extent Report 3.1.0 with Test Complete Hi, I am trying to integrate Extent Report 3.1.0 with TC project. I have imported the jar files and the Java Classes of extent report. Below is the code to intiate Extent Report. var reportLocation = Project.Path+ "ExtentReport\\AutomationReport.html"; var configFile = JavaClasses.java_io.File.newInstance(Project.Path + "ReportConfig.xml"); var LogStatus = JavaClasses.com_aventstack_extentreports.Status; var htmlReporter = JavaClasses.com_aventstack_extentreports_reporter.ExtentHtmlReporter.newInstance(reportLocation); var extentReport = JavaClasses.com_aventstack_extentreports.ExtentReports.newInstance(); extentReport.attachReporter(htmlReporter); But extentReport.attachReporter(htmlReporter) this line is throwing error as invalid argument exception. According to the blog http://extentreports.com/docs/versions/3/java/ the parameter what I have given was correct. But TC/JavaScript is not supporting this parameter and it is expecting the type as JavaClasses.com_aventstack_extentreports_ExtentReporter. Seems like we have to modify the jar files of extent report 3.1.0. If any one can have faced this issue before please share some idea/contents to acheive this. Thanks in Advance. Re: Smartbear test extension is disabling in chrome browser. Yes. Thats the first thing I have done. But it is not working, extension is disabling automatically since it is not a part of chrome store. Smartbear test extension is disabling in chrome browser. I have tried installing the extension for chrome based on the description in below link https://support.smartbear.com/testcomplete/docs/app-testing/web/general/preparing-browsers/chrome.html. Even chrome is disabling the extension as unsupported one. Can someone help me to overcome this issue. This extension is not listed in the Chrome Web Store and may have been added without your knowledge. This is the error occurnig in extension page. Thanks in Advance Whether Testlink is compatibile with TC12 I need to integrate TestLink with TC12. I have downloaded the AutomatedTestingBridge to integrate testlink and TC12. But AutomatedTestingBridge is not supportes for TC12. It has support upto TC10 alone. Is there any possible way to integrate TL with TC or do I am missing the latest setup of AutomatedTestingBridge . Re: TC/ TE integration with Testlink successful Hi, I want to integrate TL with TC for a new project. Can you please share the steps or links from which I can integrate TL from the scratch. Also if you have some documentation on that please share those. Re: Can we write data to Excel without opening the document using java script or power shell script? Hi , anyone knows how to verify whether the excel is open or not? Because while executing 100 jobs we are facing conflicts . It will be helpful to verify for each job if it is in open state it will wait and update the sheet When DL the result from jenkins I want the file should be named same as job name When DL the result from jenkins I want the file should be named same as job name . By default the file is downloaded in the name of "Test". Re: Can we write data to Excel without opening the document using java script or power shell script? No . I Found the reason ,the path should be "\\\\Leo...." . Thanks for your response :) Re: Can we write data to Excel without opening the document using java script or power shell script? To access the file from network folder its not working fine . For eg the path is "\\Leo1470\\NewFolder\\Demo.xlsx" , but its throwing error. Any suggestion to solve this?