Implement framework | Selenium C# Forum
V
Vikas S Posted on 09/04/2019

Hi,

 

Can We implement framework by using like POM, Datadriven, Keyword driven and Specflow all together.


G
gunjan Replied on 10/04/2019

You can implement POM+DataDriven together but not Keyword driven and specflow. They have to be made differently.


V
Vikas S Replied on 10/04/2019

Ok Then Specflow is Different! cant we use any other type of framework in that. Is it is unique type?

 


G
gunjan Replied on 12/04/2019

Its a unique type.


V
Vikas S Replied on 20/04/2019

I mean in Specflow project can we use DataDriven or POM or Keyword Driven inside the specflow project.


G
gunjan Replied on 20/04/2019

You can use POM and Data driven in specflow project


V
Vikas S Replied on 20/04/2019

Ok thanks