thakurpa's avatar
thakurpa
Visitor
5 years ago
Status:
New Idea

Test complete should support Macro(Sub Steps) .

Kindly handle Macro functionality in Test complete. Currently I am not able to use sub Steps i.e Macro.

I have defined Macro in one feature file and accessing it through another feature file. 

******************************************
feature file where Macro definition present
******************************************
Feature: Macros

Scenario: Defining a macro step for opening Cartopia
Given I define the step "When I [Open Cartopia AIR App]" to mean:
"""
Given user opens cartopia
When application ask for build update
When user logs into cartopia with "xyz" and "123"
"""

************************************************
Another feature file from where I am calling it.
************************************************
Scenario: Open Cartopia AIR App
When I [Open Cartopia AIR App]

No CommentsBe the first to comment