Forum Discussion

narender_1's avatar
narender_1
Contributor
13 years ago

Regarding Framework

Hi,

 In my test complete Iam writing functions in unit1 and and Iam using configuration file as unit2 (Here Iam giving input like eg:- User ID,Password,etc.., fom unit2).

From unit3 Iam using these both unit1 and unit2 and Iam developing a script.

Now my question is :- which type of frame work Iam using?

Here I think that  Iam using datadriven as well as modular frame work so can I say it is Hybrid frame work.

Please clarify my doubt as Iam new to this tool.



Thanks in Advance,

Narender
  • Hi,


    TestComplete does not use the "framework" term. However, the type of programming you use in TestComplete can be called "modular programming" as you break down your functions into several units (or you can call them modules).