ContributionsMost RecentMost LikesSolutionsRe: Testcomplete not showing actual RowCount in Web Application Thanks Martin I tried looking at multiple level of object tree and couldn't find tablelist matching the actual table. One more interesting observation is Object spy returns rowindex for all the rows between 1 -17 even though we have 25 rows in the tablelist object; So still not able to handle this tablelist... Re: Testcomplete not showing actual RowCount in Web Application Attached all the properties available as a snapshot.. tristaanogre wrote: The screenshot you posted earlier does not show the full property set for the table. Could you post the rest of the properties? Re: Testcomplete not showing actual RowCount in Web Application Yes i am using objTable.RowCount wRowCount to get rowcount... shankar_r wrote: So, you are getting the incorrect rowcount using objTable.wRowCount or based on the object browser? Re: Testcomplete not showing actual RowCount in Web Application tristaanogre wrote: Just out of curiousity, try changing from wRowCount to just RowCount. Make sure that TestComplete is not misreporting rows. Sorry my correction i am getting RowCount only wRowCount is not not supported for this table... I was trying to get current selected row index but no luck.. Re: Testcomplete not showing actual RowCount in Web Application shankar_r wrote: It is just a guess, I'm seeing there are few rows are disabled. Can you try to count those enabled rows and match the TC row count. Thanks shankar for your reply.. I can see few rows disabled but i am still able to fetch those rows cell data(disabled rows)... Looks like problem is something different, not able to figure it out.. Testcomplete not showing actual RowCount in Web Application Hello Team - I am trying to automate Web Application with TestComplete Web License and IE(11).. Scenario: There is a webtable and actually it has 25 rows but its showing 17 rows in table properties... Is there any way select row and work on selected row so i can fetch values of selected row? Looking out for the solution to tackle this issue.. Re: How to fix Unable to create a user session using jenkins in TestComplete All looks good; can you try with adding domain name before username you entered? Eg: Domain\svc_p_jenkins Thanks - Kavan Re: How to fix Unable to create a user session using jenkins in TestComplete Hi Jens - If you are trying to run batch in remote system(Node) then try with Checkbox {Run interactive user session & Use active session} enabled and also pass system credentials.. Thanks, Kavan Re: How to fix Unable to create a user session using jenkins in TestComplete Tried configuring all these above listed settings still getting same error.. [TestComplete] Found TestComplete/TestExecute installations: Type: TC, Version: 11.31.2420.7, Path: "C:\Program Files (x86)\SmartBear\TestComplete 11\bin\TestComplete.exe" [TestComplete] Selected TestComplete/TestExecute installation: Type: TC, Version: 11.31.2420.7, Path: "C:\Program Files (x86)\SmartBear\TestComplete 11\bin\TestComplete.exe" [TestComplete] Launching the test runner. $ '"C:\Program Files (x86)\SmartBear\TestComplete 11\bin\TestCompleteService11.exe"' //LogonAndExecute //lDomain: "" //lName: "vwagh" //lPassword: ******** //lTimeout: "-1" //lUseActiveSession: "false" //lCommandLine: '""C:\Program Files (x86)\SmartBear\TestComplete 11\bin\TestComplete.exe" D:\AutomationDir\INDMS\Suits\InDMS\InDMS.pjs /run /SilentMode /ForceConversion /ns /exit /ExportLog:C:\jenkins_slave\workspace\INDMS_GUI_SMOKE\5901695.tclogx /ExportLog:C:\jenkins_slave\workspace\INDMS_GUI_SMOKE\5901695.htmlx /ErrorLog:C:\jenkins_slave\workspace\INDMS_GUI_SMOKE\5901695.txt /project:SMOKE"' [TestComplete] Test runner exit code: -10 (Unable to create a user session). [TestComplete] [WARNING] Unable to find the log file "5901695.tclogx". [TestComplete] [WARNING] Unable to find the log file "5901695.htmlx". [TestComplete] [WARNING] Errors occurred during the test execution. [TestComplete] Marking the build as UNSTABLE. [TestComplete] The test execution finished (InDMS/SMOKE). Build step 'TestComplete Test' changed build result to UNSTABLE Finished: UNSTABLE Re: [Integrate with Jenkins] 'can not find log file' error and failed the build Getting same issue, in Testcomplete Version 11.31 also.. [TestComplete] Found TestComplete/TestExecute installations: Type: TC, Version: 11.31.2420.7, Path: "C:\Program Files (x86)\SmartBear\TestComplete 11\bin\TestComplete.exe" [TestComplete] Selected TestComplete/TestExecute installation: Type: TC, Version: 11.31.2420.7, Path: "C:\Program Files (x86)\SmartBear\TestComplete 11\bin\TestComplete.exe" [TestComplete] Launching the test runner. $ '"C:\Program Files (x86)\SmartBear\TestComplete 11\bin\TestCompleteService11.exe"' //LogonAndExecute //lDomain: "" //lName: "vwagh" //lPassword: ******** //lTimeout: "-1" //lUseActiveSession: "false" //lCommandLine: '""C:\Program Files (x86)\SmartBear\TestComplete 11\bin\TestComplete.exe" D:\AutomationDir\INDMS\Suits\InDMS\InDMS.pjs /run /SilentMode /ForceConversion /ns /exit /ExportLog:C:\jenkins_slave\workspace\INDMS_GUI_SMOKE\5901695.tclogx /ExportLog:C:\jenkins_slave\workspace\INDMS_GUI_SMOKE\5901695.htmlx /ErrorLog:C:\jenkins_slave\workspace\INDMS_GUI_SMOKE\5901695.txt /project:SMOKE"' [TestComplete] Test runner exit code: -10 (Unable to create a user session). [TestComplete] [WARNING] Unable to find the log file "5901695.tclogx". [TestComplete] [WARNING] Unable to find the log file "5901695.htmlx". [TestComplete] [WARNING] Errors occurred during the test execution. [TestComplete] Marking the build as UNSTABLE. [TestComplete] The test execution finished (InDMS/SMOKE). Build step 'TestComplete Test' changed build result to UNSTABLE Finished: UNSTABLE