ContributionsMost RecentMost LikesSolutionsHelp needed to embed screenshot after each step in BDD Scenario Iam using IntellijIDEA+cucumber +BDD for testing an android device. I need to include the screenshot also in cucumber report. The screenshot has to be added after each step in scenario. I have tried the Embed method in @After to embed it in report. But I can see only a 'x' button in report. The file seems to be outside the report folder Can anybody pls help Testcomplete hangs on adding a property checkpoint While doing a checkpoint verification, testcomplete hangs after clicking finish button on checkpoint wizard. SolvedRunning feature file multiple times I have a feature file written in IntellijIDEA. I have given Example: 'Locale' in all my scenarios.I need to run the entire fetaures in different locales ie; first all the features have to be run with 'Locale' = English , then with 'Locale' = French and so on. I doesnt mean the feature has to change to different language, only the 'Locale' example has to change. How it is possible? Re: Launch an uninstrumented app using testcomplete I got an API, GetInstalledPackageByName(). But this wont launch my app. By this API I can only lauch the package within '/data/app'. I want to launch my API residing in /system/app. Please help Launch an uninstrumented app using testcomplete Hi All, I had my app already flashed on to my tablet. How can I launch the application using test complete script. I don't want to instrument it any more. Please help.