ContributionsMost RecentMost LikesSolutionsCan we have multiple scenario outline in one feature file of cucumber in test complete I have to run multiple scenarios in single feature file. I have used scenario outline with examples can any one suggest better way of doing it ? How to create a cucumber report format from existing HTML report is there any way ?Re: How to uniquely identify button object as my button object its hierarchy is changing every time Ahh! Actually I have some window objects under which few buttons are there and i need to click on one of the child buttons of that window. and the problem is suppose when i record obj1 points to combo button but after one day that hierarchy changes its position and next day obj1 is pointing to meals & deals. This is the problem that index changes in hierarchy even though WndCaption and Other properties stay intact. Re: How to uniquely identify button object as my button object its hierarchy is changing every time My case is desktop app How to uniquely identify button object as my button object its hierarchy is changing every time