unit-testingtestingfunctional-testingtestcomplete

How to record Script and keywordTest in Testcomplete together?


My question is, Can TestComplete record script and keywordTest together? Because when I test my application, it either record script or keywordTest but not both in parallel. How Can I do this?


Solution

  • You can switch between keyword test recording and script recording on the fly by clicking the corresponding test type on the Recording toolbar:

    (Image taken from http://www.automatedqa.com/products/testcomplete/record-playback/.)

    Can we record both types in parallel? i.e when it records KeywordTest it also record the corresponding script.

    No, this is not possible. You can, however, manually convert the recorded keyword test into its script equivalent.