ContributionsMost RecentMost LikesSolutionsAdd testdescription to test report regardless off what project that has been executed. Hi, I'm executing a lot of different projects through Jenkins, and I would like to add the test description to the test report i.e. I don't want to have to modify all the projects one by one. Is this possible? Can I use some api? can I modify a template file somewhere in the project? Thanks! create teststep from groovy created request? Hi, I was creating requests from a groovyscript in SOAPUI Pro. example: .... WsdlRequest request = operation.addNewRequest("X") def defaultRequest = operation.createRequest(true) def xmlHolder = new XmlHolder(defaultRequest) //modify the xml request.setRequestContent (xmlHolder.getXml()); ..... Now to the question. is it possible to add this new request to a teststep? Thanks! Re: One log file per testcase. Hi again, does anybody know? :) Re: One log file per testcase. Hi, It all depends on what you do with the log files, for instance in this case I'm only interested in the failing test cases. and whether or not it is common to use one or several logs that depends on many parameters such as the test-framework, environment, history, the actual test etc. The big question is if it is possible or not to: 1. Create one log file containing the logs from readyapi, script log etc. 2. Export that file automatically One log file per testcase. I would like to get one log file from each testcase, that is executed in a test suite, automatically without having to export any logs manually. E.g. Is possible to write the script log into the ready api log so that the steps(time stamps) are not mixed and then export this file automatically? Thanks Re: Is it possible to increase the logging information in Test Complete Hi again! So basically I would like to know from what method the log print is generated from. If I have a routine like: Sub Temp Log.Message("Hello") End Temp Is it possible with some project setting to add details of where the print is generated from e.g. in this case it is generated from the routine Temp. Of course I can add the information manually to the printouts but is there any automatic way to do this (Log.Message("Temp: Hello")) Thanks! Re: Is it possible to increase the logging information in Test Complete Thanks for the info. 1. Using the enable stack on Event might work to some extent, I'm more interested in the method and not the whole call stack. :) 2. Log.Message(MessageText, AdditionalInformation, Priority, Attr, Picture, FolderID) this will not give me the information automatically. It will only give me the option to specify it. Or am I missing something? :) Re: Is it possible to increase the logging information in Test Complete Thanks! To specify the question is it possible to get that information automatically with just writing log.message("hello"). If I read the link correct, it is possible to have add information like log.message("hello", "extra information") Is it possible to increase the logging information in Test Complete Hi, I was wondering if there are any way to add information to the logfile e.g. from where the log printout is posted from (file/function)? Now, I have type, message, time priority, link, picture and type description. Thanks! SolvedRe: Several log paths when exporting logs from test execute command line. Ok, back to the drawing-board :) That's already what I was using so then it must be something else that cases the problem. Thanks for you time. Br Fredrik