Quality Testing

Quality is delighting customers

All Blog Posts (1,022)

Test Case Format : Easy To Understand : Easy To Execute

Friends,…

Continue

Added by Ankit Mehta on April 22, 2013 at 9:20am — 3 Comments

ISO 27001 / BS17799 Audit Questions

Friends,

If you are working for an organization and they are looking forward to go for ISO27001 / BS17799 you can use attached audit questions list to check where your organization stands in terms of 27001.

Hope this will help you.

Thanks,

Ankit Mehta

ankitmehta21@gmail.com…

Continue

Added by Ankit Mehta on April 22, 2013 at 8:58am — No Comments

Re-testing vs. Regression Testing

Difference between Regression and Retesting is most haunting software testing question asked in any interview by Interview and we normally get confuse between Regression testing and Re-testing.

We as tester do Retesting and Regression testing all our life, Whether we reach on the top of ladder of this profession or has just started the profession.

Software testing is a kind of fun and if you are not enjoying the software…

Continue

Added by Sandeep Fofandi on April 11, 2013 at 11:28am — 4 Comments

JMeter Keyboard Shortcuts

JMeter Keyboard Shortcuts

CTRL key in this document references:…

Continue

Added by Sandeep Fofandi on April 9, 2013 at 11:39am — No Comments

Software Testing Types

Black box testing – Internal system design is not considered in this type of testing. Tests are based on requirements and functionality.

White box testing – This testing is based on knowledge of the internal logic of an application’s code. Also known as Glass box Testing. Internal software and code working should be known for this type of testing. Tests are based on coverage of code statements, branches, paths, conditions.

Unit…

Continue

Added by SantoshSarma on March 29, 2013 at 10:35am — No Comments

Kali Linux - A next Generation Penetation Testing Distro

Kali Linux is an advanced Penetration Testing and Security Auditing Linux distribution.

Kali Linux Features

Kali is a complete re-build of BackTrack Linux, adhering completely to…

Continue

Added by Ankit Mehta on March 21, 2013 at 1:30pm — No Comments

All credit card validation rules : -

All credit card validation rules are given below:

 1.      if credit card number should not blank

2.      if credit card number should not contain all 0

3.      if credit card type is Visa/Master then length should be 16

4.      if credit card type is Amex then length should be 15

5.      if credit card type is Diners then length should be 14

6.      if credit card type is Amex then starting number should be 37 or 34

7.      credit card number…

Continue

Added by Arunesh Kumar on March 11, 2013 at 4:30pm — 7 Comments

Benefits of traceability Matrix

  • Demonstrate the relationship between the requirements to the system.
  • To ensure the design is based on established scope, business requirement or functional requirements.
  • To ensure that the design documents are appropriately verified, and that functional requirements are appropriately validated.
  • To track the requirements changes and their impact to the system
  • To demonstrate the system built met the functionality of the customer, end users needs and…
Continue

Added by Gowtham on February 23, 2013 at 4:35pm — No Comments

My First Mind Map-Register Form

Added by santosh kumar racha on January 15, 2013 at 4:22pm — 1 Comment

Check list for database testing





1. Data integrity



The complete data belonging to each entity should be stored in the database. Depending on the database design, the data may be present in a single table or multiple related tables. Parent-child relationships should exist in the data. There should not be any missing data.



2. Correctness of the data stored in the database



The data should be present in the correct table and correct field within the table.



3. Correctness and…

Continue

Added by Shreyya on January 14, 2013 at 7:02pm — 2 Comments

Basic Interview Questions for Manual Testing

1. What is the difference between Functional Requirement and Non-Functional Requirement?



The Functional Requirement specifies how the system or application SHOULD DO where in

Non Functional Requirement it specifies how the system or application SHOULD BE.

Some functional Requirements are

  • Authentication…
Continue

Added by tia on October 19, 2012 at 2:41pm — 7 Comments

Difference between Load testing, Performance testing and Stress Testing

Dear friend,

Yes it is very confusing. I passed thru the same phase before knowing what it is.

Read below;

Load and stress testing are subsets of performance testing.

Performance testing means how best something performs under a given benchmark. For example How mucn time you take to run 100 meters without carrying any load (no load is the benchmark)…

Continue

Added by tia on October 16, 2012 at 1:34pm — 4 Comments

Monkey Talk for iOS (Set Up)

You need to install MonkeyTalk iOS Agent into the application which you want to automate. For this, please follow the steps given below:

  1. Open your application's project in Xcode.
  2. Duplicate your application's build target by right-clicking on it and selecting Duplicate from the menu. A new target will be created called YourApp copy.
  3. Rename YourApp copy to something like YourAppMonkey.
  4. Add the downloaded MonkeyTalk lib to your project File >…
Continue

Added by Sandeep Fofandi on August 16, 2012 at 7:11pm — 1 Comment

.NET client driver configuration in C# with selenium

.NET client driver configuration

.NET client Driver can be used with Microsoft Visual Studio. To Configure it with Visual Studio do as Following.

  • Launch Visual Studio and navigate to File > New > Project.

  • Select Visual C# > Class Library > Name your project > Click on OK button.

  • A Class (.cs) is created. Rename it as appropriate.

  • Under right hand pane of Solution…
Continue

Added by Sandeep Fofandi on August 16, 2012 at 7:07pm — No Comments

How Selenium RC Works?

How Selenium RC Works

First, we will describe how the components of Selenium RC operate and the role each plays in running your test scripts.

RC Components

Selenium RC components are:

  • The Selenium Server which launches and kills browsers, interprets and runs the Selenese commands passed from the test program, and acts as an HTTP proxy, intercepting and verifying HTTP messages passed between the browser and the…
Continue

Added by Sandeep Fofandi on August 16, 2012 at 6:30pm — 2 Comments

MonkeyTalk Android setup

You need to install MonkeyTalk Android Agent into the application which you want to automate. For this, please follow below steps:

  1. Open your Android Project in Eclipse. 
  2. Right click on the project name and select Configure>>Convert to AspectJ Project. 
  3. Create “libs” folder in your Android Project and put MonkeyTalk-agent.jar in “libs” folder. MonkeyTalk-agent.jar can be found in the "agents" folder in the MonkeyTalk…
Continue

Added by Sandeep Fofandi on August 16, 2012 at 6:20pm — No Comments

Software Testing Interview Question and Answer.

. What is the MAIN benefit of designing tests early in the life cycle?

It helps prevent defects from being introduced into the code.

2. What is risk-based testing?

Risk-based testing is the term used for an approach to creating a test strategy that is based on prioritizing tests by risk. The basis of the approach is a detailed risk analysis and prioritizing of risks by risk level. Tests to address each risk are then specified, starting with the highest risk first.

3.…

Continue

Added by Sandeep Fofandi on August 7, 2012 at 5:26pm — No Comments

Monkey Talk install guide

http://www.gorillalogic.com/book/export/html/2289

 IDE

  1. How do I record a test?
  2. Open the IDE
  3. Create a new test project (right-click > New > MonkeyTalk Project) if you haven’t already.
  4. Create a new test script (right-click > New > Test)
  5. Connect to the app
  6. Click the record button
  7. Use the app and watch recorded commands coming…
Continue

Added by Sandeep Fofandi on August 6, 2012 at 4:22pm — No Comments

gmail QTP script for showing toal no of read and unread mail in aur account and print all read and unread mail one by one

SystemUtil.Run "IEXPLORE.exe","www.gmail.com","open"

'for browser existence

If browser("title:=Gmail: Email from Google .*").Exist Then

    reporter.ReportEvent micPass, "step-1 launched","correct browser was launched"

    else

        reporter.ReportEvent micFail, "step-1 launced", "browser was not found"

        

End If



Set myp = Browser("title:=.*").page("title:=.*")

If myp.webedit("name:=Email").exist Then

 myp.webedit("name:=Email").Set…

Continue

Added by Akhalesh Yadav on July 28, 2012 at 5:22pm — 1 Comment

PRQA comes out on top in independent assessment of static analysis tools for MISRA compliancy

The final report from TERA-Labs, published 9th May by a research division of the Karel de Grote University College, details the results of the study, clearly indicating that QA·C obtained the maximum score available in nearly all categories, and came out as the leading tool overall.

The goal of the research, carried out over a 22 month period, was to assess how well software tools enforce the MISRA-C coding rules by presenting each tool with a series of test cases (“probes”)…

Continue

Added by Satish on July 26, 2012 at 3:39pm — No Comments

TTWT Magazine

Welcome to Quality Testing!

Sachin Natu

 Manager QA at IdeaS Revenue Optimization

Advertisement

Submit A Job

Submit A Tool

Advertisement

Videos

  • Add Videos
  • View All

Badge

Loading…

© 2013   Created by Quality Testing.

Badges  |  Report an Issue  |  Terms of Service