SlideShare a Scribd company logo
1 of 1
MANUAL SCRIPTS: This document presents manual
scripts used during QA
1. Account cancellation
2. Resending an item
3. Scripts for testing services (such as adding an account, editing password etc)

Account Cancellation:

   Find member ID
   Login as admin and run this script: http://abx.com/api/xxx_member/%memberid%

Resending an item:

   Find following:
       1. OrderID
       2. Email address of the recipient
       3. New/required email address the email needs to be resent at
       4. Login as admin and run this script
           http://www.abc.com/api/resendgift/ABC111/abcd@abc.net/abce@abc.net

Scripts for testing services
    To add an account: perl email_add testabiha10@xxx.net
    To edit password: perl email_edit_pass testabiha67@xxx.net test68
    To edit status: perl email_edit_status testabiha10@xxx.net enabled
    To set forwarding: perl email_edit_forward testabiha10@xxx.net abiha@ikano.com

More Related Content

Viewers also liked

Agile Testing at eBay
Agile Testing at eBayAgile Testing at eBay
Agile Testing at eBayDominik Dary
 
Implementing Test Automation in Agile Projects
Implementing Test Automation in Agile ProjectsImplementing Test Automation in Agile Projects
Implementing Test Automation in Agile ProjectsDominik Dary
 
Test scenarios for sending & receiving emails
Test scenarios for sending & receiving emailsTest scenarios for sending & receiving emails
Test scenarios for sending & receiving emailsMorpheous Algan
 
Test Documentation Based On Ieee829 155261
Test Documentation Based On Ieee829 155261Test Documentation Based On Ieee829 155261
Test Documentation Based On Ieee829 155261tonynavy
 
Programming skills for test automation
Programming skills for test automationProgramming skills for test automation
Programming skills for test automationRomania Testing
 
Software Development Methodologies By E2Logy
Software Development Methodologies By E2LogySoftware Development Methodologies By E2Logy
Software Development Methodologies By E2LogyE2LOGY
 
E commerce Testing
E commerce TestingE commerce Testing
E commerce TestingAtul Pant
 
Requirements Traceability Matrix
Requirements Traceability MatrixRequirements Traceability Matrix
Requirements Traceability MatrixJennifer Colburn
 
Sqa, test scenarios and test cases
Sqa, test scenarios and test casesSqa, test scenarios and test cases
Sqa, test scenarios and test casesConfiz
 
Writing Test Cases 20110808
Writing Test Cases 20110808Writing Test Cases 20110808
Writing Test Cases 20110808slovejoy
 
Differences between Testing in Waterfall and Agile
Differences between Testing in Waterfall and AgileDifferences between Testing in Waterfall and Agile
Differences between Testing in Waterfall and AgileReturn on Intelligence
 
Agile vs. waterfall - The fundamentals differences
Agile vs. waterfall - The fundamentals differencesAgile vs. waterfall - The fundamentals differences
Agile vs. waterfall - The fundamentals differencesDavid Tzemach
 
Test Case Design
Test Case DesignTest Case Design
Test Case Designacatalin
 

Viewers also liked (15)

Agile Testing at eBay
Agile Testing at eBayAgile Testing at eBay
Agile Testing at eBay
 
Test design
Test designTest design
Test design
 
Implementing Test Automation in Agile Projects
Implementing Test Automation in Agile ProjectsImplementing Test Automation in Agile Projects
Implementing Test Automation in Agile Projects
 
Test scenarios for sending & receiving emails
Test scenarios for sending & receiving emailsTest scenarios for sending & receiving emails
Test scenarios for sending & receiving emails
 
Test Documentation Based On Ieee829 155261
Test Documentation Based On Ieee829 155261Test Documentation Based On Ieee829 155261
Test Documentation Based On Ieee829 155261
 
Programming skills for test automation
Programming skills for test automationProgramming skills for test automation
Programming skills for test automation
 
Software Development Methodologies By E2Logy
Software Development Methodologies By E2LogySoftware Development Methodologies By E2Logy
Software Development Methodologies By E2Logy
 
E commerce Testing
E commerce TestingE commerce Testing
E commerce Testing
 
Requirements Traceability Matrix
Requirements Traceability MatrixRequirements Traceability Matrix
Requirements Traceability Matrix
 
Sqa, test scenarios and test cases
Sqa, test scenarios and test casesSqa, test scenarios and test cases
Sqa, test scenarios and test cases
 
Writing Test Cases 20110808
Writing Test Cases 20110808Writing Test Cases 20110808
Writing Test Cases 20110808
 
Differences between Testing in Waterfall and Agile
Differences between Testing in Waterfall and AgileDifferences between Testing in Waterfall and Agile
Differences between Testing in Waterfall and Agile
 
Agile vs. waterfall - The fundamentals differences
Agile vs. waterfall - The fundamentals differencesAgile vs. waterfall - The fundamentals differences
Agile vs. waterfall - The fundamentals differences
 
Test Case Design
Test Case DesignTest Case Design
Test Case Design
 
What is an RTM?
What is an RTM?What is an RTM?
What is an RTM?
 

Work Example(Test Scripts)

  • 1. MANUAL SCRIPTS: This document presents manual scripts used during QA 1. Account cancellation 2. Resending an item 3. Scripts for testing services (such as adding an account, editing password etc) Account Cancellation: Find member ID Login as admin and run this script: http://abx.com/api/xxx_member/%memberid% Resending an item: Find following: 1. OrderID 2. Email address of the recipient 3. New/required email address the email needs to be resent at 4. Login as admin and run this script http://www.abc.com/api/resendgift/ABC111/abcd@abc.net/abce@abc.net Scripts for testing services To add an account: perl email_add testabiha10@xxx.net To edit password: perl email_edit_pass testabiha67@xxx.net test68 To edit status: perl email_edit_status testabiha10@xxx.net enabled To set forwarding: perl email_edit_forward testabiha10@xxx.net abiha@ikano.com