Click here to Skip to main content
15,892,517 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more: (untagged)
Hi,


I am trying to establish/follow a process through which i can develop the Test automation software framework over below mentioned architecture.

These are the identified blocks
[layer 1]
GUI - - User

[layer 2]

[FrameworkBase Component] (Initializesystem)(Reset)(Errorhandling)(TestReport)- - Framework developer


[TestScript] (Function1.vb)(Function2.vb) (convert class to .dll) - Test Script developer


[Library] (funtional library) (.dll) - Functional library developer

[layer 3]
ActiveX component, . net framework.


Each block in layers will be handled by separate team of developers.
Since it is an black box test automation software framework..
I need a software life cycle model/process model to follow .?
For such type of test automation system i am unable to gather guidelines.
How to handle/communicate dependency data across blocks.
Posted
Comments
Sergey Alexandrovich Kryukov 9-Sep-15 14:47pm    
First of all, did you look at available testing frameworks? What's wrong with them? Why would you need another one?
Then, I don't think that further detail in your framework design make any real sense. There is no a question in your post, despite the question mark, which is grammatically misplaced.

You are not "unable to gather guidelines". "Guidelines" are normally not "gathered" at all; but requirements can be gathered. You are not unable to do something in particular, you are probably just nowhere. You need some thinking even to make the step where you can formulate proper reasonable question. Please try.
So... nothing to discuss here, really.

—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900