ContributionsMost RecentMost LikesSolutionsRe: Don't update Chome to v140 In our test it is the field "Username" on an internal webpage that can not be adressed/filled, so that all test fail. When i start the test as loged in user, it looks like the other teststeps are working Re: Don't update Chome to v140 We also have Problems with TestComplete and Chrome 140. In our test that worked with Chrome 139 and did not work with Chrome 140, we address a field and want to enter some data, but this does not work with Chrome 140. It seems that either the object can not be found or the field can not be filled. But at our tests it does not appear in general, only at some fields. Re: How can i run an executionplan item in testexecute? Thanks for your quick answer. In your link i found a section that coulds help me https://support.smartbear.com/testcomplete/docs/working-with/automating/command-line-and-exit-codes/custom-parameters.html I just hoped there would be an easier way to do it, because as far as i understood, i have to create a script for each project in my projectsuite otherwise i will not be able to pass parameters via commandline in TestExecute for this project. How can i run an executionplan item in testexecute? In my projectsuite i have test that can run on different environments (with different parameters). In my executionplan i created 2 items with correct parameter for each environment. Per Default only 1 environment is selected. If i need to run the other environment in Testcomplete i normally run the focused item in the execution plan. Is there an easy way in Testexecute to run this tests as there is no executionplan in testexecute? Ist it possible. e.g. via commandline and if so how to add the parametervalues? SolvedRe: Make logfile results in Pipelie easier to use I know there are other methods like adding a script with "Log.SaveResultsAs" at the last test in the ProjectSuite and so we get the results as xml file stored in a folder and one can also use the Testresult folder in VSTest-TestAssemblies in the pipeline to get the information stored. But when we get the e-Mail it would be much easier the get the information if it would easier to access and better structured. Make logfile results in Pipelie easier to use We use TestComplete within an azure pipeline and get the Testresult as e-Mail. Unfortunately the way the information we get (in the e-mail) about the tests is not very helpful. You get an email, 1) there y press a link, 2)then to get detailed information you press the link to go to the agent job 3) Then y press teh ling for e.g teh 100% passed 4) Now y get an overview of theaborted and failed test 5) If y want to get also the passed (succedded tests) you have to do a selection and add the passed runs NOW YOU GET A LIST SORTED BY DURATION! WHAT DOES NOT REALLY HELP. I WOULD LIKE TO HAVE THE TEST SORTED E.G. BY THE ORDER THEY WHERE EXECUTED, because i have tests that depend on each other like Test1) set user right. Test 2) do soemting, Test 3) remove userright. To My opinion it is also not helpful that teh default the test are displayed ist the .mht format! Use of parameterlist as a driver in data-driven loop with TestComplete We want to use a list of parameters (e.g. seperated witch comman) that you can enter in the execution plan. So the idea is (instead of using a variable list e.g. a csv file) to use a list of parameters for the dataloop. This would help to generalize tests as y can modify the dataloop parameters at "startup" when entering the values as parameters because actually it is not possible to use parameters as a driver in a data-driven loop within TestComplete. The data-driven loop supports CSV, Excel, database table, database query, and table variable files for this purpose. Re: How to user parameters in a data-driven loop? Ok thanks for help. I will check if that is easier for us. Did i get it right, it is only possible when using a variable and enter the variable values via commandline, seperate it with a script to multiple values and use the variable in dataloop. But it is not possible to do it with multiple parameters (in a dataloop) what would be much easier. Nevertheless thatnks for your help. I will close it now Re: How to user parameters in a data-driven loop? Thanks, using the commandline sounds a little better but is it also possible to enter multiple values within the commandline (so that i can do a data-loop)? The idear behind is: 1st set userrights to a used testuser (on a customer webpage) 2nd do a specific test with minumul userrights (that i set before) 3rd delete userrights And as i need more that 1right i am actually doing that with a predefined .csv file and dataloop (this already works, but i have to use/adapt the csv file before each testrun it i need different "values". So i tried to "generalize" it but did not find a method where i can set the values at teststart. If there would be a posibility to enter mutliple values for a parameter and use it in dataloop i could enter the values at testexecution or in the executionplan for each test (instead of using a csv for each test) Re: How to user parameters in a data-driven loop? Sorry to say but i do not think that will solve my problem. I want to run the test with different "values" and want to set these values at the start of the test E.g. i will run the tets with Value "Test1" Then another person running the tets wants to use the following values" xyz", "abc" A third person will run the test with e.g. the following values "Tester", "testvaluezzz" So there is no fixed list and i want to give the values at the start of the test and then do a data-diven test with all values i set in the "parameter" at start