Friday, February 19, 2016
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
JIRA Tutorial for beginners. Install JIRA, Advantages of JIRA, JIRA for Defect Management
JIRA Tutorial for beginners. Install JIRA, Advantages of JIRA, JIRA for Defect Management
https://www.youtube.com/watch?v=xIupa-L7rIk
https://www.youtube.com/watch?v=NitvdDgFR4k
Learn Software Defect Management in Software Quality Assurance from GogoTraining
https://www.youtube.com/watch?v=M17OLBDtF4A
Tuesday, February 16, 2016
Waterfall and V Model in Software Development Life Cycle
https://www.youtube.com/watch?v=j6rxyRwEdVU
Test Plan - Test Plan Template Test Plan Document Test Plan Sample
https://www.youtube.com/watch?v=4UldhHFaLek
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
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
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
Subscribe to:
Comments (Atom)