Forum Discussion

AdamSFL's avatar
AdamSFL
New Contributor
11 years ago

How to run steps from different project types as single test case?

Hello!

 

We created two projects(for generic windows application and for functional testing of web pages) and added for each of them a couple of steps.

Question:

Is there any possibility to run two scripts(for web part and desktop part) in order i.e: web part first and desktop as second? In addition we want to pass some information from first part of test case to second.

We have test cases whose steps are performed in two application of different types: web and desktop(stand-alone, windows app). 

 

For now i found one solution of my problem. There is synchronization point functionality which can help in such situation, but maybe there is easier way to achive it?

 

Thanks in advance,

Adam

  • Ryan_Moran's avatar
    Ryan_Moran
    Valued Contributor

    From the File Menu click View>Organize Tests.

    You can add test items, specify parameters, etc.

    • AdamSFL's avatar
      AdamSFL
      New Contributor

      Thanks for your reply but i want to put in order tests of different type. I want to mix windows application test with web test and run them in order.