Friday, February 19, 2016

What is Alpha Testing in Software Testing?

https://www.youtube.com/watch?v=ABoBFJoBRrg&index=13&list=PLCYqwbyDA33Q8qDxpzorClu5bwX3wHkiF

Non Functional Testing -

https://www.youtube.com/watch?v=vzb-1edIbF8&index=8&list=PLCYqwbyDA33Q8qDxpzorClu5bwX3wHkiF

What is Beta Testing? Explained in Detail - Software Testing Training

https://www.youtube.com/watch?v=RR0rVBZCGsc&list=PLCYqwbyDA33Q8qDxpzorClu5bwX3wHkiF&index=3

What is Regression Testing? Software Testing Training

https://www.youtube.com/watch?v=nnJ_hOm5k3s&list=PLCYqwbyDA33Q8qDxpzorClu5bwX3wHkiF&index=2


it is form of retesting

Wednesday, February 17, 2016

Tuesday, February 16, 2016

Example Agile Test Strategy, Agile Test Plan

https://www.youtube.com/watch?v=vm5kGy6URjM

Integration testing technique

Waterfall and V Model in Software Development Life Cycle

https://www.youtube.com/watch?v=j6rxyRwEdVU

What is test data and its types

https://www.youtube.com/watch?v=XNZ2Pm2TAUs

What is Acceptance Testing in Software Testing?

https://www.youtube.com/watch?v=rj4q7F2DgJ0

Test Plan - Test Plan Template Test Plan Document Test Plan Sample

https://www.youtube.com/watch?v=4UldhHFaLek

How to report bugs effectively - Testing tutorial

https://www.youtube.com/watch?v=zoohdktgGwY

System Testing tutorial

https://www.youtube.com/watch?v=3lOjtmsA2Kk

Sunday, February 14, 2016

Loadrunner 1

https://www.youtube.com/watch?v=P4p14ZBXjGI


HP Load runner is application performance testing solution from Hewlett -Packard


it is a set of set of tools
it is leading perfomance testing tool in the market

it is proprietry tool it not open source
creates and manage virtual users also known Vusers
Vusers are software representaion of real users
Vusers are idependent of one and another
Load runners takes permance meausurements like response time,  ttroughput,concurent user
it works with various protocols like web, ect flex
protocol is communication procedure with client and server

it is user friend has many useful features


components of load runner
1) Virtual user generator
2)Controller
3) Analysis

These tools work independtly and with one another


1) Virtual user generator also called vugen
recoords buisness process
like purchase an item from website
pay a bill or book a hotel room


it Generates automated performance scripts
known as vuser scripts in load runner

we can add
add transactions
we can also edit performance testing script




Controller

using controller we can setup a performace test, e,g specify load genrators ,  specify test duration
 it runs a performance test,
it also Monitor the performance test


Analysis
=======
Analysis collects test logs from the load generators
using Analysis view the performance test results
analyse performace test results


Performance testing process
========================
Gather Performance req and plan test
create vuser scripts--vuGen
setup the scenario in the controller
Run the Scnario -controller
Analyse the results -Analysis

2 https://www.youtube.com/watch?v=i62VQqkOrTY

3 https://www.youtube.com/watch?v=eAkEJ-Cum6g&index=3&list=PLc3SzDYhhiGU6fbp6JlTU8GPbEw_-eQFx

How to write a Test Case


https://www.youtube.com/watch?v=eFywmQGoSWo

https://www.youtube.com/watch?v=BBmA5Qp6Ghk

testscenario    testcase  precondition  teststeps testdata  expectedresult  actualresult pass/fail

https://www.youtube.com/watch?v=eFywmQGoSWo
req_id  ts_id  testobjective precondition/prerquisite  steps testdata  expectedresult actualresult pass/fail  defect_id



testing is 3 steps process
1) you identify what to test
req
what to test


how to test

is a test case  is use for test exectuition

detail step by step insttrcution on how to perform on your AUT
who write test cases is QA

test cases are reviwed by BA and devolpoment team

test cases are document are written word, excel, simple notepad, simple Testmanagement tool QC/ALM qtest


why we write test case : to ensure there is structure to test case, repetablity , record keeping
helps in tracking monitoring and reporting




How to write test cases
testcase ID
TC_createaccount_01

testcade description
short/concise
to test if an appropriate eeror message is displsyed when 

positive/negative 


precondition
teststeps
testdata
expected
 status
Actual result







Manual Testing Training -

https://www.youtube.com/watch?v=mjB9XTpQmgc

Test case is a documentation from where we get information to create test cases
there are number of inputs , we can have discussion with stake holders
there can be certain norms in the industry and check list availble
all these become input for writing test cases

input:stake holder,
 legal rquirements , checklist, norms



Test case format varies from organization to organization
textfile
excel
testcase management system


team can have there own format or template for writng testcase


steps
expected results
test case Id, requirement id ,test data, executed
passed/failed /blocked Notes

different input required
login name/invalid
password/invalid

bug report
test scripts,test suites
test case    steps      expected result status