ContributionsMost RecentMost LikesSolutionsRe: TestComplete - 14.61.294.7 x64 Blank update pop up displayed Hi There, I've been advised to reinstall the TestComplete tool using the TestComplete installer , i've asked my IT team to do so on priority once done i will share my further feedback TestComplete - 14.61.294.7 x64 Blank update pop up displayed Dear Team, Recently i've upgraded TestComplete into 14.61.294.7 x64 version and since then on daily basis while launching the test complete I'm getting an empty "An update found..." pop up on the home screen. There's no option to close or postpone this updates however using right click at top of the pop up corner we can remove this unwanted notification pop up. Now the problem is that this new version failed any instances to recognize the object property especially while using the Xpath method. Not sure if this has been already been reported or not but could someone help me to downgrade the test complete into the earlier stable version. This is really frustrating the script running till yesterday all sudden has stopped working for me now. SolvedHow to find the unique property of the element when there is no header available on the web page. Hello Team, I need your help on this how should i find an element who does not have a header at all on the web application. Currently our internal web application does not have headers and using object spy i'm not able to find contenttext, idstr for it so what could you be avaialble options for me to find such element on the web application kind regards Amit SolvedLoadComplete - Multi scenario's load testing at the same time Dear Team, could someone please guide me or provide me some reference where should i get some idea about how to perform a multi scenario load testing at the same time using load complete tool, Scenario detail : Perform a load testing for 4 Vusers and each user will perform a different task something like below mentioned example: 1st Vuser should attempt to login with correct credential 2nd Vuser should attempt to login with invalid credential 3rd Vuser should click on Forgot password link 4th Vuser should click on Forgot UserName link i want to Load Complete_ Authentication issue while executing script Dear team, This is a new issue i'm facing for our new platform, where b2c authentication is implemented for a authorized user. The issue with while replaying the load script the load script return the 400 bad request error when a user attempt to login into system . Not sure how to overcome from this issue, could someone guide on this please? I've attached snapshot for reference purpose. Many Thanks _Amit SolvedHybrid framework example Hello Team, could you provide me with an example of the hybrid framework using test complete tools, Are there any specific things that need to be taken care while creating the hybrid framework using test complete? Re: TestComplete_Webapplication_DDTDriver_How to read and use the xpath value. I got a solution to overcome this issue. Thanks Dark TestComplete_Webapplication_DDTDriver_How to read and use the xpath value. Hello Team, Really appreciate if someone guides me on how to read XPath value available in excel file and use it in the script. Currently, I'm locating object through using its path and all this XPath maintained in excel sheet. So how can I read and use them in my scripts? I have created the following scripts however it's not working due to the invalid syntax of the XPath expression error. Browsers.Item(btBrowser).Navigate(Excel.Cells.Item(3,5)); let page = Sys.Browser("*").Page("*"); LoginPage = Aliases.browser.Login.form ; let username = page.FindChildByXPath(Excel.Cells.Item(4,4), true); //[Reading Xpath value from excel] let password = page.FindChildByXPath(Excel.Cells.Item(4,5), true);//[Reading Xpath value from excel] let loginbutton = page.FindChildByXPath(Excel.Cells.Item(4,6), true);//[Reading Xpath value from excel] if (!strictEqual(page, null)) { username.SetText(Excel.Cells.Item(5,5)); password.SetText(Excel.Cells.Item(6,5)); loginbutton.ClickButton(); } else { Log.Error("Unable to find the requested element!! "); } Error after running above scripts JavaScript runtime error. Invalid syntax of the XPath expression: Excel.Cells.Item(4,4) Check the expression syntax and correct it, if needed. Pay attention to missing parentheses, brackets and quotes Error location: Unit: The invalid syntax of the XPath expression: TestComplete_How to read and pass the 2nd row and 3rd column specific value using DDT driver? Hello team, Could you please help me to explain how should I read and pass specific cell value by reading it through row and column number. Using below scripts I'm failed to retrieve the specific cell values. Any guidance on it will be really appreciated Thanking you. function ReadEx() { ExcelPath = 'C:\\Stores\\ExWorksheet.xlsx'; Driver = DDT.ExcelDriver(ExcelPath , "Sheet1"); Driver.First(); while (! Driver.EOF()) { for (i=0; i<5; i++) { for (j = 0; j< i;j++) Log.Message(Driver.Value(i, j)); } } Driver.Next(); } SolvedLoadCompletePro_4.91.7328.24_No traffic has been recorded error on screen. Hello Team, Load Complete Pro _ Throwing No traffic has been recorded error on screen. Please see below more information about this issue. Quick Summary * Could you please help me on this new issue i'm started facing with Load complete tool. Whenever i started recording for one of our internal website specifically this load complete pro tool failed to record scripts and as result of this i'm getting no traffic has been recorded error on screen of Load complete.Not sure whats wrong going on. System Configuration* This error observed for all four tested browsers i.e. IE 11, Edge,Chrome and Firefox while using on specifically Windows 10 Enterprise Version 1803 OS build = 17134.81 Operating System. Additional details* The same application is working fine on IE 11,Chrome and Firefox browsers using Win7 operating system . Actual result* User blocked to perform load testing activity due to error on screen "No traffic has been recorded" Snapshot* Please find attached snasphot for error reference. Kind regards, Amit Bhagwat