gid_216Frequent ContributorJoined 13 years ago84 Posts58 LikesLikes received4 SolutionsView All Badges
ContributionsMost RecentMost LikesSolutionsRe: Data driven test report It is populating as a list of errors for the corresponding step. But is difficult to say which error is related to which data set Re: Log message to report My test generates an id for few activities and those id's will be part of response. We randomly pick some of these ids from passed test case and use those for manual test flow (as the process of generating id, is lengthy and consumes more time while doing manually from UI) and it is difficult to track which id is related to a passed testcase. Log message to report Can anyone help me understand, if there is a way, I can log a message to report when assertion passed. Thanks Data driven test report My test suite has one testcase which will run for multiple iterations with different dataset. But in report, I am not getting the status for each iteration. Is there any way I will get the report for each iteration. Thanks Data driven test with Maven plugin overrides the Junit report generated I am using a maven project with soapui-maven-plugin as descripbed in SoapUI-Maven 2.x, to run my SoapUI testcases which are data driven. The same testcase runs for multiple sets of data in one go. At the end, I only see a XML file with reports from the last execution. I am looking for a solution where I can capture the XMLs from all the iterations. I am using SoapUI 5.3.0. Any help would be highly appreciated. Thanks. Re: DevExpress combobox identified as TableDoes TC support Dev Express Version 12.1 and later.DevExpress combobox identified as TableHI, While idenfying ASPControl (Combobox) in web application, it is identifing as Select, the same for DevExpress, it is identifying as Table. Is this how testcomplete identifies the devexpress controls or any plugin I need to add to make the tool identify the control as Select. ThanksRe: prevent stopping on handled vbs errorsHI, Add Runner.Stop afetr Log.Error so the script will stop. You can use the same in LogEvent On Error. Code Snippet log.Error "Systemmenue-Element " & PVA_0.Basis.NameWrap(ItemNameOrIx) & _" nicht gefunden", mcModul & cRoutine Runner.Stop Hope this helps Re: Scripting without AliasesHi, Find method will take 4 parameters i.e. Property name, Property value, Depth, Refresh. First two are mandatory and the other two are optional. PropertyName is the property based on which value the object need to be found. PropertyValue is the value for the property of object specified as first parameter. Depth represents the depth of the object tree. It is a zero based index starting from the object itself i.e if depth is zero, it will search in test object, if one then also search in immediate child objects.Default value for this parameter is 1. Refresh is a boolean parameter. If true, it will refresh the namemapping info. Default value is True. Syntax : TestObject.Find(Parameters) For more information you can visit Find Method FindAll Method FindChild Method FindAllChildren Method Re: Tooltip testingTry once with .alt property. The pages I verified has the alt property and are working fine. Else if possible can you give url for a sample site.