Forum Discussion

ramana's avatar
ramana
New Contributor
10 years ago

Using Selenium output in Testcomplete

Hi,

We are using selenium with TestComplete as we have web as well as non web testing.

I would like to run Selenium script in TestComplete which gives a set of values and take those values as input data for Testcomplete and run TestComplete script.

 

Can I do this please?

3 Replies

  • baxatob's avatar
    baxatob
    Community Hero

    For example you can design your selenium scripts to save required data into the some storage (.ini file, Excel table or database etc). Then you can use stored data in TC scripts.

    • ramana's avatar
      ramana
      New Contributor

      Thanks, that is what we are plannign to do but lookign at programatic solution as this solution needs more robost logic as multiple people will be using the test framework at the same time.

      • baxatob's avatar
        baxatob
        Community Hero

        You can solve it using fully programmatic way inside one TestComplete project.

         

        Few time ago we did the same before we have purchased the web module for TC.