ContributionsMost RecentMost LikesSolutionsRun test in Multi Screen Hi, I have dual monitors attached to my hyper v machine. (Using windows 10 LTSC OS in my hyper v machine). When I run my test, it is executing without any errors, but what I need to check is that if the test is run on the second screen, i.e. Need to test the multi-screen functionality. Is there any way I can differentiate between the screens and check if the object in the second screen is the one being identified ? Regards. Replace name mapping files in Project Suite I have a project requirement where we need to maintain a single project suite for the execution in multiple versions of the application. The main difference between each version is the namemapping.tcNM file and changes related to the namemapped objects. Say I have 3 versions, so I have kept 3 different namemapping.tcNM file for each. So is there any way to replace the namemapping file of the corresponding version before opening the project suite? Cannot use the merge method as there will be 'n' number of versions in the future, so manageing it all in the same file would be chaotic. Using Jenkins to trigger the test execution. So before that need to replace the namemapping.tcNM and start the project suite. Any idea? Thanks Need to use different namemapping files when running on different versions of the same Tested App Hi, I have 3 different versions of an desktop app. The name mapping objects and its images vary lil bit in each of these versions. Currently all three versions are kept as 3 different branches in git. Now, I need to merge these 3 branches to 1, as I need to run all the different versions from this new single branch. As there is change in name mapped objects in these 3 versions, is it possible for me to merge the project as one??? As in app.ver1 has namemapping.tcNm1 app.ver2 has namemapping.tcNm2 and app.Ver3 has namemapping.tcNm3. All these 3 files need to incorporated into one single project suite. Based on which version is being put to test, the name mapping files should change accordingly. Is there any way? Solved