views:

38

answers:

1

I want to create specific folders stucture for my Coded Ui tests.

Please guide me, How it should be?

As like QTP Framework. Can we keep specific files to specific folders, if yes then can anybody share format.

A: 

Usually it depends on the Framework and Project which you working.

yes, we can keep specific files in specific folders. For any project generally there will be few common folder like:

  1. parent Folder : Usually a ProjectName

1.1 Test. 1.1.1 - DataSheet. 1.1.2 - Functions. 1.1.2.1 - ApplicationFunctions. 1.1.2.2 - FrameworkFunctions. 1.1.3 - Configurations 1.1.4- Recovery Scenarios. 1.1.5-Results 1.1.6-Driver 1.1.7-Repository

TestGeeK