Skip to main content

Home/ Groups/ Software Tutorials for Visual Learners
adie afton

ACTIVITIES OF A TEST ENGINEER - 0 views

  •  
    A Test Engineer is an information technology (IT) professional who is in charge of one or more technical test activities, including designing test inputs, producing test case values, running test scripts, analyzing results, and reporting results to developers and managers.
adie afton

The Test Driver - 0 views

  •  
    The Test Driver is the "main program" that controls the test. Here is a simple example of a driver that will test the sine function from the standard C library:
adie afton

MariaDB 5.1.44b Released - 0 views

  •  
    MariaDB 5.1.44b Linux and Solaris binaries, Ubuntu/Debian/CentOS packages, and source are now available for download.
adie afton

MySQL 5.0 New Features - 0 views

  •  
    MySQL user who wants to know "what's new" in version 5. The short answer is "stored procedures, triggers, views, and information schema". The long answer is the MySQL 5.0 New Features series, and this book is the third in that series.
adie afton

MySQL SQL Delete Notes - 0 views

  •  
    To delete duplicates from a MySQL database table I normally copy the duplicate data first to a temporary table and then use the copied id's to delete from the original table.
adie afton

MySQL 5.0 New Features: Data Dictionary - 0 views

  •  
    Whenever I want to show actual code, such as something that comes directly from the screen of my mysql client program, I switch to a Courier font, which looks different from the regular text font.
adie afton

How to start/stop MySQL server on Linux - 0 views

  •  
    This will kill the mysqld process. However the best way to stop (because it stops properly) is obviously:
adie afton

Stored Procedures in MySQL 5.0 - 0 views

  •  
    MySQL 5.0 introduced Stored Procedures which allow us to automate or program our way out of many tasks on directly on the server rather than having to write external scripts to do complex manipulation of data.
adie afton

How To Export MS Access Database To MySQL Database - 0 views

  •  
    Here are few tips (with undocumented features) to help you export huge MS Access database (production database with real data) to MySQL.
adie afton

Equivalence Partitioning - 0 views

  •  
    software testers should read Equivalence class guidelines
adie afton

Boundary Value Analysis - 0 views

  •  
    Every software testers read first Boundary Value Analysis
adie afton

Comparison Testing - 0 views

  •  
    Black-box testing for safety critical systems in which independently developed implementations of redundant systems are tested for conformance to specifications
adie afton

Orthogonal Array Testing - 0 views

  •  
    Black-box technique that enables the design of a reasonably small set of test cases that provide maximum test coverage
adie afton

Microsoft links free SQL database with ASP .Net - 0 views

  •  
    Microsoft is enabling its free SQL CE (SQL Server Compact Edition) database to work within ASP.Net Web applications, thus providing a lightweight database option for ASP.Net Web development, a Microsoft official said this week.
adie afton

How To Process MySQL Timestamp in PHP - 0 views

  •  
    Many of us do not realize that MySQL's Timestamp is not the timestamp which PHP date() understands. In fact if you try to use MySQL timestamp directly in php date() function then you will get totally wrong dates. There is a simple way to use MySQL timestamp data in php.
adie afton

MySQL 5.5 Milestone 2 improves replication and stored procedures - 0 views

  •  
    The MySQL developers have released milestone 2 of MySQL 5.5, on the path to a general release in mid-2010. The new milestone release incorporates semi-synchronous replication in MySQL 5.5 based on patches to InnoDB developed by Google.
« First ‹ Previous 101 - 120 Next ›
Showing 20 items per page