Questions tagged [database-testing]

84 questions
0
votes
2 answers

php/dbunit error when null in table

php/dbunit error when null in table I get and error when test a stored procedure or query which contains or return a NULL values in it, i have tried the same example which doest return any NULL value and it WORKS perfect , how can i represent NULL…
Terence
  • 729
  • 1
  • 7
  • 17
0
votes
1 answer

How to retrieve records from two times using oracle

I have a table named callinfo and it has records like below. call# callstarted callended 1 03-04-2013 12:04:28 pm 03-04-2013 01:37:07 pm 2 03-04-2013 01:15:02 pm 03-04-2013 02:12:15 pm 3 …
0
votes
1 answer

Not able to access the tables from H2 database using Java

I created a script for Database Testing using H2 database. I am facing issue, not able to read the tables in database. It throwing the message "Table not Found" and below code. But it is able to connect the database. Configuration : h2-3.3.jar and…
0
votes
1 answer

Test two database data is identical or not

For a testing projects I need to test is databases are working as required or not; as well as need to check that given two databases, the data in DB are identical or not. So, is there any pre-defined algorithm for preforming this task?
user2084440
  • 5
  • 1
  • 4
0
votes
3 answers

DbUnit how to guard against multiple tests running at the same time?

I am working on a test environment for a project, and am looking into using DbUnit.NET to do a lot of the database interaction testing. I do have one very big question though: We are running against Oracle, and setting up a seperate test DB instance…
CodingWithSpike
  • 42,906
  • 18
  • 101
  • 138
-1
votes
1 answer

How to capture the file upload, import timing and database performance testing in JMeter

I am trying to achieve two scenarios using JMeter. But I am facing some issues. Details are as follows. Scenario 1 : I want to test the timings of text file upload and file import in my web application Scenario 2 : Need to verify the database…
-1
votes
1 answer

How to generate output in different tabs for simultaneously executing queries in Oracle SQL Developers?

We are testing a table. There are 20 different tests to be done in the given table. So there are 20 different queries we execute. Is there a way that I run 20 different queries on the same table and get 20 different outputs generated for the same…
RaxitAlphaLogic
  • 75
  • 1
  • 14
-1
votes
1 answer

CI / TFS and SQL Server database testing : schema validation with unit tests

What are best practices to perform the Schema-Validation in SQL Server ? I need to test whether a views, stored-procedure, trigger of function points to an existent and working table (or any other objects) or not, and need to perform this check…
-2
votes
1 answer

Unable to do database testing through qtp

i been given a task to do dabase testing on QTP for a website on number of user signing up and checking if the username is not dublicate of the one stored before.I am stuck on the very 1st step to establish connection as am new to QTP.Client given…
Madhumita
  • 21
  • 2
  • 8
1 2 3 4 5
6