Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing docs: helping users get started with appropriate DbFit implementation #2

Open
benilovj opened this issue Jan 30, 2013 · 3 comments
Labels

Comments

@benilovj
Copy link
Member

Users have (justifiably, IMHO), asking which is the appropriate DbFit implementation for them. This isn't really explained anywhere, as far as I can see, which I would like to correct.

I am thinking to post something along these lines:


Which DbFit?

I'm new to FitNesse

I want to only test database code:

  • MySql
  • PostgreSQL
  • Oracle, etc.... => DbFit 2.0
  • SQL Server => FitSharp

I want to combine database and application interaction in the same test:

  • My team does Java (or another JVM language) => DbFit 2.0
  • My team does C#/VB.NET (or another CLR language) => FitSharp
  • My team does Ruby => currently not supported

I already use FitNesse

I want to test databases and application code, but not in the same test:

  • MySql
  • PostgreSQL
  • Oracle, etc.... => DbFit 2.0
  • SQL Server => FitSharp

I want to combine database and application fixtures in the same test:

  • I use Fit => DbFit 2.0
  • I use Slim => currently not supported
  • I use FitLibrary/FLW => FitLibrary 2.0
  • I use FitSharp => FitSharp

cc @jediwhale @MMatten @gojko : does that look sensible? Any corrections?

benilovj pushed a commit that referenced this issue Sep 3, 2013
Separate iSeries DB2 environment from Windows/Linux DB2 environment
@avinashbk
Copy link

Hi Benilovj,

Do you have any documents on How to setup DBFIT with oracle.
I wanted to automate my application with DBFit and i am pretty new to use it. I need someone to guide me in installing and running basic scripts in DBFit. Can you please help me with this?

@benilovj
Copy link
Member Author

@avinashbk please read the main documentation first, this will help you get started. For Oracle-specific tests, you can check out the DbFit Oracle acceptance tests.

@javornikolov
Copy link
Contributor

Here are also some direct links which may be helpful:

Yavor

On Mon, Feb 24, 2014 at 2:45 PM, Jake Benilov notifications@github.comwrote:

@avinashbk https://github.com/avinashbk please read the main
documentation first http://dbfit.github.io/dbfit/docs/, this will help
you get started. For Oracle-specific tests, you can check out the DbFit
Oracle acceptance testshttps://github.com/dbfit/dbfit/tree/master/FitNesseRoot/DbFit/AcceptanceTests/JavaTests/OracleTests/FlowMode
.


Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-35882566
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants