Pages

Monday, December 08, 2008

Rudder Online money management

Hi Folks,
                  In this crisis, it is important that we spent each penny meaningfully. All you need is to know how much money you got and how much you have to spend and manage it. Now, i have tool that is free and easy online management. You can use your gmail,aol,yahoo,outlook,hotmail to use this interface from there. All you have do is provide your information and join. This site is secured it uses 128-SSL secured encryption. To know more about it, Click here..., to join click here...

GaneshKB



, , , , , , , , , , , , , , ,



Powered by ScribeFire.

Sunday, November 23, 2008

Verification and Validation

Validation - Am I building the right product.


Verification - Am I building the product right.


Validation - Am I accessing the right data (in terms of the data required to satisfy the requirement)


Verification - Am I accessing the data right (in the right place; in the right way).


Validation - Performed after a work product is produced against
established criteria ensuring that the product integrates correctly
into the environment.


Verification - Performed during development on key artifacts, like
walkthroughs, reviews and inspections, mentor feedback, training,
checklists and standards.

GaneshKB



, , , , , , ,



Powered by ScribeFire.

Online testing information on Software test & Performance

This is another online document sharing stuff. You can refer more information from here, just subscribe to get all the information. A lot of articles to read and share:

http://www.stpmag.com/

GaneshKB


, , , , , , , , , ,



Powered by ScribeFire.

Free testing Online magazine

Hi Folks,
              Though it has been long since, i have made something useful postings. It is time again for me to prove it, so i have come up with few good sites. Here is one of the online free testing magazine site where you will find alot of information. This is just a kick start for this site, get all the updates from here:

http://www.testingexperience.com/

GaneshKB



, , , , , , , ,



Powered by ScribeFire.

what is POC(proof of concept) testing?

POC is nothing but a prototype of the project
which the team develops to show the customer how they will build the
project and upto some extent the look and feel factor of the same.


It is generally used to instill confidence in the customer that the team will be able to pull off the project successfully.


Usually a POC consists of few important functionalities and can be
tested as any other functionaluty needs to be. So just go through the
requirement docs and see what this POC does. Make a short test plan and
test the POC.

GaneshKB



, , , , , , , ,



Powered by ScribeFire.

How is testing affected by object-oriented designs?

Well-engineered object-oriented design can make it easier to trace from
code to internal design to functional design to requirements. While
there will be little affect on black box testing (where an
understanding of the internal design of the application is
unnecessary), white-box testing can be oriented to the application's
objects. If the application was well-designed this can simplify test
design.

GaneshKB


, , , , , , , , ,



Powered by ScribeFire.

Why to have Programming Statements in Tests in QTP?

We add steps, which contain programming logic to the recorded
framework just to increase the power and flexibility of the testing
process.


Programming statements usually contain:


1) Recordable test object methods: These are operations that a user can perform on an application.


2) Non-recordable test object methods: These are operations that
users cannot perform on an application. We use these methods to
retrieve or set information, or to perform operations triggered by an
event.


3) Run-time methods of the object being tested.


4) Various VBScript programming commands that affect the way the
test runs, such as conditions and loops. These are often used to
control the logical flow of a test.


5) Supplemental statements, such as comments, to make our test
easier to read, and messages that appear in the test results, to alert
us to a specified condition.


GaneshKB



, , , , , , , , ,



Powered by ScribeFire.