SRM UNIVERSITY DEPARTMENT OF COMPUTER APPLICATIONS LESSON PLAN FOR LAB. No. of hours required

Size: px
Start display at page:

Download "SRM UNIVERSITY DEPARTMENT OF COMPUTER APPLICATIONS LESSON PLAN FOR LAB. No. of hours required"

Transcription

1 SRM UNIVERSITY DEPARTMENT OF COMPUTER APPLICATIONS LESSON PLAN FOR LAB TITLE : MC SOFTWARE TESTING AND QUALITY ASSURANCE CLASS : III MCA A, B,C & D Ex. No. Exercise Name No. of hours required Outcome Overview of QTP 2 Record and Replay 2 Learn the procedure for Functional Testing Learn to generate and run Test Scripts repeatedly for Regression Testing 3. Parameterization 2 Learn to check the behavior of Test Scripts for Multiple data Synchronization 2 Checkpoints 2 Learn how to do synchronization of Test Cases Enables to add check points to Test Cases to know the current state of the object 6. Recovery Scenario Manager 2 Learn to test the recovery mechanism for the specified scenario 7. Testing web application 2 Know to test Web application for no. of links, no. of images, load time, web buttons etc. 8. Identify Business Scenario s for Employee Login Form 9. Independent Test cases for Students University Result System Staff Incharge 1. K. SENTHIL KUMAR 2. B. PRIYADHARSHINI 3. R. THENMOZHI 4. S. KAVITHA 2 2 Learn to do Manual Testing by writing own Test Cases Learn to write own Test cases and do Manual Testing HOD / MCA

2 1. OVERVIEW OF QTP Mercury quick test professional is one important comedy of HP s quality center. It consists of a number of software packages and tools for handling the computer software development life cycle. From requirements management to maintenance of the software. These components of quality center include mercury test director for the test process management as well as mercury win runner and mercury quick test professional for functional testing. QTP most popular tools for functional / regression testing. FEATURES OF QTP QTP can be used to test a variety of applications such as.net,j2ee,web services,crm and ERP etc. It has the record/replay provision to record the user interactions with the application software. It uses VB script as the scripting language. Since the syntax is very similar to visual basic, learning this scripting language is very easy. The keyword driven testing feature provides a facility to build tests without writing the scripts. It provides checkpoints option. using checkpoints you can verify whether the expected result and the actual result are the same It provides a facility for synchronization of test cases. Object repository manager helps in ensuring that if a changes is made in one object, that changes is reflected in all the tests that refer that object (ex:-changing the name of a button from login to sign in). Its auto-documentation feature provides the feature of creating test documentation automatically. It supports Unicode and hence you can test applications written for any of the world languages, such as hindi,japanese,chinese,etc QTP can be integrated with win runner-test script of one tool can be used with the other. The test results also can be shared between the two tools. QTP has a recovery manager and, in case, the application halts due to an error, it will automatically recover this is very useful for unattended testing. Test report data is stored in documented XML format. This facilities transferring the report data to another third party tool or into HTML web page. Using special add-in modules, you can use QTP for testing a variety of applications,such as: 1. ERP/CRM Packages, such as sap, Siebel, people soft, oracle. 2..Net webforms, winforms,.net controls. 3. Web service applications, such as protocols, including XML,SOAP,WSDL,J2EE,and.NET. Multimedia applications, such as real audio/video and flash.

3 2. RECORD AND REPLAY AIM: To record and replay the test cases using calculator application. PROCEDURE: STEP:1 start- programs- quick test professional- quick test professional. This displays an add-in-manager window prompting you to select the add-ins to be loaded. STEP:2 when you click the ok button,qtp s welcome screen is displayed prompting you to select the one of four options. TUTORIAL START RECORDING OPEN EXISTING BLANK TEST STEP:3 select the blank test option to create new test case. STEP:4 click the record button to start recording. STEP:5 select the windows applications tab. STEP:6 click the add button (+) to select the application. STEP:7 select the application and working folder using browse button (...). STEP:8 then click the ok button. The selected application is added to the application details. STEP:9 click on apply button and ok. STEP:10 give necessary inputs. STEP:11 once the recording is over, click the stop button. STEP:12 save the test case: File - save Or Click Save button STEP:13Run the test case. STEP:14 select the folder where the test results are to be stored by clicking on browse button(...) and then click the ok button. STEP:15 The test results get displayed in the test result window. The test result of the recorded test case can be any of the following. done, warning, passed, failed.

4 OUTPUT:

5 3.PARAMETERIZATION: AIM: To parameterize the given test case. PROCEDURE: STEP:1 To start recording follow the basic steps. STEP:2 Open the calculator application and start recording. STEP:3 Press any number. The entered value will be displayed in the edit box only through keyboard. STEP:4 click + on the calculator using mouse. STEP:5 Press another number. This will also be keyboard input. STEP:6 Click = on the calculator using mouse. STEP:7 The result will be displayed in the edit box of the calculator. STEP:8 Once recording is over, click stop button. STEP:9 Save the test case. File - save or click save button. Now let s create the data table to parameterize the test case. STEP:10 Double click the data table first column A to assign a name to it. The change parameter names dialog is displayed. STEP:11 enter any name as data column name and click on ok. STEP:12 Repeat step 10 and 11 for the second column and so on if needed. STEP:13 Enter the values in the table. STEP:14 Now we need to parameterize the Edit object with these data table columns. STEP:15 Select the first edit box entry in the keyword view of the test case. STEP:16Click on value column s modify button to modify the value. Instantly the value configuration options dialog opens. STEP:17 The constant radio button is selected by default. Select the parameter radio button and choose the data table option from drop down list. STEP:18 select the parameter name from name drop down list box. STEP:19 Repeat steps for second edit object. STEP:20 Run the test case.

6 OUTPUT:

7 4.SYNCHRONIZATION: AIM: To synchronize the test cases. PROCEDURE: STEP:1 Start recording the test case as described previously. STEP:2 Follow all the necessary parameterization steps. STEP:3 Select insert step- step generator. STEP:4 Click on the select object button to get the required object for adding the synchronization point.this displays the select object for step. STEP:5 To add the edit object from the calculator application, click on select object button. The mouse pointer will be changed to a hand pointer and the QTP environment is minimized. STEP:6 Click on the edit box of the calculator application, so that the object selection dialog is displayed. STEP:7 This dialog prompts you to select the object on which the synchronization point has to be created. As indicated in this dialog, if the location you clicked is associated with several objects,you need to select the required object.click ok. STEP:8 Instantly the step generator dialog is displayed.select the operation as wait property. Also select the required property name and value. STEP:9 Now enter the maximum time out value and click ok to proceed. STEP:10 The wait property statement will be inserted into the keyword view.if any changes are to be made, such as changing the time out time select the expert view which displays the vb script for the recorded action and change the time out time to the required value. STEP:11 Now run the test case by clicking the run button or bu selecting automation- run menu option.

8 OUTPUT:

9 5.CHECKPOINTS AIM: To insert standard checkpoints. PROCEDURE: STEP:1 Perform the basic steps for recording. After pressing the 1/x button the result is displayed in the edit box. As we have not done any operation on the edit box so far, we don t have the reference of edit box in our object repository(only 4 and 1/x will appear in object repository). So first of all we have to bring it to the object repository. STEP:2 Click on record button to start recording and add the check point to this case. This opens the calculator application. STEP:3 Click the next row of 1/x item, so that you can see another option <select an item > in the drop down list. STEP:4 Click on the <select an item> option. STEP:5 Since there is no item as such as edit except 1/x and 4, select object from repository. The select object for step dialog will be displayed. STEP:6 Click on plus node (+) to extend the calculator object tree in the select object for step dialog. This displays 1/x and 4 as objects. STEP:7 Click on the select object button to add the edit object from the calculator application. The mouse pointer changes to hand pointer, minimizing the QTP environment. STEP:8 Click on the edit box of the calculator application so that the object selection dialog will be displayed with the object reference of the calculator. STEP:9 Select win edit:edit and then click ok,so that the selected object will be added to the calculator object repository list. STEP:10 Select edit object and then click ok. You will see that the edit item is added to the current test. STEP:11Now stop recording. You will see that the edit object is added to the object repository. Now we need to add the standard checkpoint to it. So read along. STEP:12 Right click on the edit item and select the insert standard checkpoint option. STEP:13 On selection of insert standard checkpoint option, checkpoint properties dialog is displayed. STEP:14 By default, enabled and text properties are checked. So uncheck the enabled property and change the text property value to 0.25(since the value of ¼ is 0.25). STEP:15 Enter checkpoint timeout as 10 seconds and select the after current step option for insert statement. Once all the properties are chosen the checkpoint properties displayed. STEP:16 Finally click on ok. The various steps for executing the test cases are displayed.

10 STEP:17 Select the third statement as indicated and right click on it. No use of third statement so better to delete it. STEP:18 Then select the delete option from the popup menu. So that it displays the dialog. STEP:19Click on delete step buttonso that the selected statement is deleted. Once deleted the test case keyword view will be shown. STEP:20 Save and run the test case. You will notice that the results status shows failed. OUTPUT:

11 6.RECOVERY SCENARIO MANAGER AIM: Using recovery manager test the internet explorer. PROCEDURE: STEP:1 Open the internet explorer. Type the wrong URL in space bar. Open QTP and select the resources. STEP:2 Click recovery scenario manager. Recovery scenario window will be opened. Select new scenario icon from that. STEP:3 New scenario wizard has been opened. Click next. STEP:4 Select object state and click next. STEP:5 Select hand symbol. Internet explorer will be opened. STEP:6 New object select window will be displayed. Click ok and next. STEP:7 You will get recovery option. Click open. Select close application process and click next. STEP:8 Select iexplorer.exe. Double click on that. Again you will get new box explorer.exe. click next. STEP:9 Deselect add another recovery. click next and select stop the test run. Click next. STEP:10 Give scenario name as SCI. Click next and add scenario default settings. click finish. STEP:11 Click save and save the file in any folder of yours. STEP:12 Now go to file- settings- click + symbol and click browse button. Now open the file that you have saved. STEP:13 In active scenario manager click on on every step - apply- ok. STEP:14 Record - web- click record and run. Click ok. Again click the wrong URL. Stop the process and run the process.

12 OUTPUT:

13 7. TESTING A WEB APPLICATION AIM: To test web application. STEP:1 Perform steps 1 to 10 as explained in test case 1. STEP:2 Start the recording process.click the record button. The record and run settings dialog is displayed. STEP:3 Select web tab, if it is not already selected. STEP:4 Select the open the following address when a record or run session begins radio button. STEP:5 Enter the URL of your web site in combo box. You need to enter the URL as STEP:6 Select Microsoft internet explorer option from open the following browser when a run session begins drop down list. STEP:7 Check the two check boxes- do not record and run on browsers that are already open and close the browser when the test closes. STEP:8 Click the ok button. The, record and run settings dialog gets closed and weather India web site opens is Microsoft Internet explorer. STEP:9 In the weather India web site, do the following actions Click weather basics link Click top link Click clouds link Click top link Click weather phenomenon link Click Earth Quake link STEP:10 Stop the recording process by clicking the stop button. STEP:11 Save the test script and look at the keyword view of the test case. Let us now insert the standard checkpoint to check the number of links in the current page and the URL s. STEP:12 Right click the weather India-Home item. A popup menu is displayed. STEP:13 Select the insert standard checkpoint option from the pop up menu. Instantly the page checkpoint properties dialog is displayed.

14 STEP:14 All the options are selected, by default. Uncheck all of them, except number of links check box from class group box. The option, number of links, displays the number of links observed during the recording phase in the selected page. STEP:15 All check boxes are selected in all objects in page group box,by default uncheck images and broken links. Checkboxes in the page checkpoint properties. STEP:16 Click on the filter link check... button from all objects in page group box. The filter link check dialog is displayed. STEP:17 Select the link and change the Link URL to the expected URL. STEP:18 Finally click the ok button. Check the required Link names. STEP:19 Save the test script and run it. STEP:20 You can view the results by exploring the test weather summary node. OUTPUT:

15 MANUAL TESTING 8. LOGIN PAGE: TEST CASE ID TEST DESCRIPTION TEST PREREQUISITE 1. USERNAME Should preceed with capital letter followed by small case 2. USERNAME Should contain only alphabets 3. USERNAME Special characters not allowed 4. USERNAME Should not preceed with digits 5. USERNAME Blankspace or tab not allowed 6. PASSWORD It should contain minimum 8 characters 7. PASSWORD Combination of digits and alphabets with special characters allowed 8. PASSWORD Should not preceed with special characters 9. PASSWORD One digit and one alphabet is compulsory 10. PASSWORD Should not exceed 16 characters 11. SUBMIT Click once to login 12. SUBMIT Double click,no action will be performed 13. SUBMIT Moving the cursor towards button, it gets highlighted 14. CANCEL Single click,login gets cancelled 15. CANCEL Double click,no action will be performed 16. CANCEL Moving the cursor on button,highlights it TEST INPUTS Santhiya Sandy123 #sandy 123santhiya Santhiya sandy Santhiya Sandy123#$ #santhiya Sandy1best# TEST RESULTS Accepted Error Error Error Error Accepted Accepted Error Accepted Sandyborntowinamthebest Error Single click Double click Move the cursor on button Single click Double click Move the cursor on button Accepted No action Button highlighted Cancelled No action highlighted

16 9. UNIVERSITY RESULT: TEST CASE ID TEST DESCRIPTION TEST PREREQUISITE TEST INPUT TEST RESULT 1. NAME Should contain only Santhiya Accepted alphabets 2. NAME Should not Error special characters 3. NAME Digits not allowed Santhiya123 Error 4. NAME Preceed with upper Santhiya Accepted case 5. NAME Should not preceed santhiya Error with lower case 6. REGNO Maximum 10 digits Accepted allowed 7. REGNO Should be San Accepted alphanumeric 8. REGNO No tab or San Error whitespace 9. REGNO Special characters # Error not allowed 10. REGNO Should not be Error empty 11. MARKS Should not contain Error floating point 12. MARKS Limit should be 90 Accepted within 0 to MARKS Three digit greater than 100 not 1)100 2)1456 Acceptd Error allowed 14. MARKS Only integers 78 Accepted allowed 15. MARKS Alphabets not A89 Error allowed 16. GRADE Includes alphabet A Accepted A,B,C,D,E,F,U 17. GRADE Contains A+ Accepted combination of A,B,C,D,E,F,U with + and GRADE Digits not allowed A5 Error 19. OK Single Click Accepted click,detailsaccepted 20. OK Double click,no Double click No action actions performed 21. OK Moving the cursor Move the Highlighted

17 on button highlights it 22. CANCEL Single click,details cleared 23. CANCEL Double click,no actions will be performed 24. CANCEL Move the cursor on button highlights it cursor Click Double click Move the cursor Accepted No action Button highlighted

QTP interview questions

QTP interview questions QTP interview questions Testing interview questions 1. What are the Features & Benefits of Quick Test Pro (QTP 8.0)? - Operates stand-alone, or integrated into Mercury Business Process Testing and Mercury

More information

Introduction to QuickTest Professional 8.0 Student Handbook

Introduction to QuickTest Professional 8.0 Student Handbook Introduction to QuickTest Professional 8.0 Student Handbook Introduction to QuickTest Professional 8.0 Self-Paced Training Copyright 1994-2004 by Mercury Corporation. This workbook, and the accompanying

More information

Oracle Enterprise Manager Oracle Database and Application Testing. Application Testing Suite Lab. Session S318966

Oracle Enterprise Manager Oracle Database and Application Testing. Application Testing Suite Lab. Session S318966 Oracle Enterprise Manager Oracle Database and Application Testing Application Testing Suite Lab Session S318966 Oracle Enterprise Manager 11g Application Testing Suite 9.1 Hands on Lab Introduction to

More information

Embedding SoftChalk In Blackboard. SoftChalk Create 9

Embedding SoftChalk In Blackboard. SoftChalk Create 9 Embedding SoftChalk In Blackboard SoftChalk Create 9 Revision Date: September 8, 2015 Table of Contents SOFTCHALK CLOUD... 1 ACQUIRE A CLOUD ACCOUNT... 1 CREATE FOLDERS IN YOUR SOFTCHALK CLOUD ACCOUNT...

More information

QTP Course Content; Introduction

QTP Course Content; Introduction QTP Course Content; Introduction Overview on Test Automation Ways of Testing Disadvantages of Manual Testing Advantages of Test Automation Drawbacks of Test Automation Test Automation Types of Test Automation

More information

Mercury Quality Center Tutorial, Version 8.2

Mercury Quality Center Tutorial, Version 8.2 Mercury Quality Center Tutorial, Version 8.2 This manual, and the accompanying software and other documentation, is protected by U.S. and international copyright laws, and may be used only in accordance

More information

Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10

Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10 Cloud Service Administrator's Guide 15 R2 March 2016 Contents Using the Primavera Cloud Service Administrator's Guide... 9 Web Browser Setup Tasks... 10 Configuring Settings for Microsoft Internet Explorer...

More information

DESIGNED BY DAVID C. JACOBS, PH.D.

DESIGNED BY DAVID C. JACOBS, PH.D. DESIGNED BY DAVID C. JACOBS, PH.D. HOME LESSON ONE LESSON TWO LESSON THREE LESSON FOUR LESSON FIVE LESSON SIX LESSON SEVEN LESSON EIGHT LESSON NINE LESSON TEN LESSON ELEVEN LESSON TWELVE Contents HOME

More information

Obtaining a login and password to the Online Application

Obtaining a login and password to the Online Application Obtaining a login and password to the Online Application You should have received a password to the online application from Regional Credentialing. If you ve forgotten your password, please contact us.

More information

Adding a VPN connection in Windows XP

Adding a VPN connection in Windows XP Adding a VPN connection in Windows XP Open up the Control Panel by selecting Start, Settings, Control Panel (in Classic Menu view) or Start, Control Panel (in XP Menu view). Double click on Network Connections.

More information

About this Application

About this Application About this Application The Who Wants to be? application allows you to create a game similar to the Who Wants to be a Millionaire game on television. You can add 10 to 100 multiplechoice questions to the

More information

Q.T.P. 8.2 ( QUICK TEST PROFESSIONAL)

Q.T.P. 8.2 ( QUICK TEST PROFESSIONAL) Q.T.P. 8.2 ( QUICK TEST PROFESSIONAL) Developed by Mercury Interactive Functionality Testing Tool Derived from Win Runner. Support all Win Runner 7.0 Supported technologies including.net, XML, SAP, People

More information

Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 Managing Companies Managing Password Policies...

Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 Managing Companies Managing Password Policies... Cloud Services Identity Management Administration Guide Version 17 July 2017 Contents About This Guide... 5 About Notifications... 5 Managing User Accounts... 6 About the User Administration Table...

More information

QuickTest Professional 10

QuickTest Professional 10 QuickTest Professional 10 Course Setup Instructions Important Note: This training runs under the following operating systems: Windows 2000 Professional (with SP4) Windows XP (with SP2 or SP3) Windows Vista,

More information

QTP MOCK TEST QTP MOCK TEST II

QTP MOCK TEST QTP MOCK TEST II http://www.tutorialspoint.com QTP MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to QTP Framework. You can download these sample mock tests at your local

More information

Module-1 QTP Fundamentals. Module 2 Basics of QTP. Vasundhara Sector 14-A, Plot No , Near Vaishali Metro Station,Ghaziabad

Module-1 QTP Fundamentals. Module 2 Basics of QTP. Vasundhara Sector 14-A, Plot No , Near Vaishali Metro Station,Ghaziabad Module-1 QTP Fundamentals Why QTP? When do we use QTP? Which application will we test? Will be doing live applications testing Downloading and installing trial version Installing addins Installing script

More information

CME E-quotes Wireless Application for Android Welcome

CME E-quotes Wireless Application for Android Welcome CME E-quotes Wireless Application for Android Welcome This guide will familiarize you with the application, a powerful trading tool developed for your Android. Table of Contents What is this application?

More information

Oracle Field Service/Laptop

Oracle Field Service/Laptop Oracle Field Service/Laptop Installing Oracle Field Service/Laptop Release 11i (11.5.2) August 2000 Part No. A85494-01 Copyright 2000, Oracle Corporation. All Rights Reserved. Oracle is a registered trademark,

More information

Mercury LoadRunner Quick Start

Mercury LoadRunner Quick Start Mercury LoadRunner Quick Start Welcome to the Mercury LoadRunner Quick Start. The Quick Start provides a short, step-by-step overview and introduction to using Mercury LoadRunner. LoadRunner load tests

More information

Infotek Solutions Inc.

Infotek Solutions Inc. Infotek Solutions Inc. Read Data from Database and input in Flight Reservation login logout and add Check point in QTP: In this tutorial we will read data from mysql database and give the input to login

More information

PowerTeacher 2.0 GradeBook

PowerTeacher 2.0 GradeBook 1. Open the FireFox web browser. PowerTeacher 2.0 GradeBook 2. Go to the following URL address: https://ps.avondale.k12.az.us/teachers/ 3. Enter your username and password when you see the screen below:

More information

BUSINESS LINE COMMPORTAL GUIDE

BUSINESS LINE COMMPORTAL GUIDE wowforbusiness.com BUSINESS LINE COMMPORTAL GUIDE WOW! Business BCSE.U.1505.O Business Line CommPortal Guide Table of Contents Getting Started...3 Dashboard...4 Messages and Calls...5 Messages...5 Missed

More information

Roxen Content Provider

Roxen Content Provider Roxen Content Provider Generation 3 Templates Purpose This workbook is designed to provide a training and reference tool for placing University of Alaska information on the World Wide Web (WWW) using the

More information

Installing the WinSCP Secure FTP Client

Installing the WinSCP Secure FTP Client Draft 0.9 Page 1 of 6 Installing the WinSCP Secure FTP Client This document will instruct you to install the WinSCP application that will provide Secure FTP (SFTP) access to your website folder. So why

More information

Lab - Share Resources in Windows

Lab - Share Resources in Windows Introduction In this lab, you will create and share a folder, set permissions for the shares, create a Homegroup and a Workgroup to share resources, and map a network drive. Due to Windows Vista lack of

More information

Unified Functional Testing

Unified Functional Testing Unified Functional Testing Software Version: 14.03 Tutorial Go to HELP CENTER ONLINE http://admhelp.microfocus.com/uft/ Document Release Date: February 22, 2018 Software Release Date: February 2018 Legal

More information

Viewing Reports in Vista. Version: 7.3

Viewing Reports in Vista. Version: 7.3 Viewing Reports in Vista Version: 7.3 Copyright 2015 Intellicus Technologies This document and its content is copyrighted material of Intellicus Technologies. The content may not be copied or derived from,

More information

Storing Your Exercise Files

Storing Your Exercise Files Storing Your Exercise Files This appendix contains an overview for using this book with various file storage media, such as a USB flash drive or hard drive. Detailed instructions for downloading and unzipping

More information

Tutorial: Input Grades in Blackboard

Tutorial: Input Grades in Blackboard Tutorial: Input Grades in Blackboard Get into the Grade Center The following steps will lead you to the Full Grade Center page (❶ - ❽). ❶ Enter the URL: blackboard.indstate.edu ❷ Enter username and password

More information

WEBppliance for Windows User Administrator's Help

WEBppliance for Windows User Administrator's Help WEBppliance for Windows User Administrator's Help September 23, 2003 Contents About This Document...3 How to use this Help system...4 Getting started...6 What to do first... 6 Viewing your account settings...

More information

QUALITY ASSURANCE amron

QUALITY ASSURANCE amron 0 Training Details Course Duration: 55-60 hours Training + Assignments + Actual Project Based Case Studies Training Materials: All attendees will receive: Assignment after each module, video recording

More information

Perceptive Nolij Web. Administrator Guide. Version: 6.8.x

Perceptive Nolij Web. Administrator Guide. Version: 6.8.x Perceptive Nolij Web Administrator Guide Version: 6.8.x Written by: Product Knowledge, R&D Date: June 2018 Copyright 2014-2018 Hyland Software, Inc. and its affiliates.. Table of Contents Introduction...

More information

SAM 2010 Instructor Manual

SAM 2010 Instructor Manual SAM 2010 Instructor Manual 2011 Course Technology. 20 Channel Center Street. Boston, MA 02210. SAM 2010 Contents SAM 2010 Instructor Manual 1 Using This Manual... 1 2 Introduction to SAM 2010... 1 2.1

More information

SoftChalk 10. Level 1. University Information Technology Services. Learning Technologies, Training, Audiovisual, and Outreach

SoftChalk 10. Level 1. University Information Technology Services. Learning Technologies, Training, Audiovisual, and Outreach SoftChalk 10 Level 1 University Information Technology Services Learning Technologies, Training, Audiovisual, and Outreach Copyright 2018 KSU Division of University Information Technology Services This

More information

Tip: You can modify variable settings after you add the web application. See Managing repository variable list values, page 4.

Tip: You can modify variable settings after you add the web application. See Managing repository variable list values, page 4. Repository Variables How To You can use repository variables to store values that can be used in all scripts recorded or run against an application version. This helps reduce the need for extensive script

More information

eschoolplus+ General Information Training Guide Version 2.4

eschoolplus+ General Information Training Guide Version 2.4 eschoolplus+ General Information Training Guide Version 2.4 August 2013 Arkansas Public School Computer Network This page is intentionally left blank 8/23/2013 Page 2 of 29 Table of Contents eschoolplus

More information

MOTOR Data Management System Users Guide

MOTOR Data Management System Users Guide MOTOR Data Management System Users Guide Version 1.0 November 24, 2003 Prepared by the Collaborative Studies Coordinating Center TABLE OF CONTENTS PAGE 1 MOTOR DMS... 4 2 OVERVIEW OF DATA COLLECTION...

More information

The salient features of WinRunner that makes it different from other tools are

The salient features of WinRunner that makes it different from other tools are Introduction First of all, I would like to give the brief description about WinRunner. It is a powerful automated testing tool developed by Mercury Interactive Company since it is basically used for functional

More information

Customise your module structure

Customise your module structure VITAL how to guides Customise your module structure Creating new menu items in a module menu Editing menu items in a module menu Re-ordering items in a module menu The Module Page elearning Unit Last updated:

More information

ifm Website User Guide

ifm Website User Guide ifm Website User Guide Cincinnati Children s Hospital Computer Aided Facilities Management (CAFM) ifm Website User Guide Index Index. Contents.. General System Notes.. Infrabrowser / Drawings Space Management..

More information

How to Mail Merge PDF Documents

How to Mail Merge PDF Documents How to Mail Merge PDF Documents A step-by-step guide to creating personalized documents using AutoMailMerge plug-in for Adobe Acrobat Table of Contents What is a mail merge?...2 What do I need to start?...2

More information

UNIVERSITY OF NORTH TEXAS DEPARTMENT OF LEARNING TECHNOLOGIES SPRING

UNIVERSITY OF NORTH TEXAS DEPARTMENT OF LEARNING TECHNOLOGIES SPRING How-To Set Up Your Classes Web Space Windows and Mac Go to https://classes.lt.unt.edu/ (1) In the menu bar Click Register (2) Use your regular EUID (abc1234 format) and password. (3) Choose your role and

More information

Injector. Windows Server NRG Global, Inc.

Injector. Windows Server NRG Global, Inc. Injector Windows Server 2012 www.nrgglobal.com NRG Global, Inc. 2017 NRG Global, Inc. All rights reserved. Page 2 CONTENTS INTRODUCTION... 4 PREREQUISITES... 4 INJECTOR OPTIMIZATIONS... 4 GROUP POLICY

More information

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning

umapps Using umapps 6/14/2017 Brought to you by: umtech & The Center for Teaching & Learning umapps Using umapps Center for Teaching and Learning (CTL) 100 Administration Bldg., Memphis, TN 38152 Phone: 901.678.8888 Email: itstrainers@memphis.edu Center for Teaching and Learning Website 6/14/2017

More information

Testing Bindows application using Mercury's QuickTest Professional

Testing Bindows application using Mercury's QuickTest Professional TECHNOLOGIES 221 Falcon Crest Warner Robins GA 31088 USA http://www.bindows.net Email info@bindows.net Phone (478) 953-8062 Fax (617) 344-6116 Testing Bindows application using Mercury's QuickTest Professional

More information

GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher

GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher GeographyPortal Instructor Quick Start World Regional Geography Without Subregions, Fifth Edition Pulsipher For technical support call 1-800-936-6899 GeographyPortal Quick Start for Pulsipher, World Regional

More information

Logging In & Logging Out

Logging In & Logging Out Logging In & Logging Out Logging In Logging into Genesis is very simple: 1. Go to the Web Access URL supplied with your district welcome packet. 2. Enter your Email Address in the Username field 3. Enter

More information

An Introduction to Google Chrome

An Introduction to Google Chrome An Introduction to Google Chrome Box is an online file sharing and cloud content management service and it provides features such as: Getting Google Chrome 1. To get started with Google Chrome, you have

More information

QTP MOCK TEST QTP MOCK TEST I

QTP MOCK TEST QTP MOCK TEST I http://www.tutorialspoint.com QTP MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to QTP Framework. You can download these sample mock tests at your local

More information

Virtual Desktop Infrastructure Setup for MacOS

Virtual Desktop Infrastructure Setup for MacOS Virtual Desktop Infrastructure Setup for MacOS Virtual Desktop Infrastructure (VDI) allows you to connect to a virtual computer and use software that you don t have installed on your own computer or mobile

More information

Virtual Desktop Infrastructure Setup for MacOS

Virtual Desktop Infrastructure Setup for MacOS Virtual Desktop Infrastructure Setup for MacOS Virtual Desktop Infrastructure (VDI) allows you to connect to a virtual computer and use software that you don t have installed on your own computer or mobile

More information

Student Guide. Document Version: This guide documents features available in NETLAB+ VE version and later.

Student Guide. Document Version: This guide documents features available in NETLAB+ VE version and later. Student Guide Document Version: 2018-02-15 This guide documents features available in NETLAB+ VE version 18.1.0 and later. Copyright 2018 Network Development Group, Inc. www.netdevgroup.com NETLAB Academy

More information

Configuring 802.1X Authentication Client for Windows 8

Configuring 802.1X Authentication Client for Windows 8 Configuring 802.1X Authentication Client for Windows 8 1. At the Metro Screen, press the windows key on your keyboard together with the alphabets x to go to the Control Panel. Page 1 1.1 In the Control

More information

Finding Your Way Around Aspen IMS

Finding Your Way Around Aspen IMS Finding Your Way Around Aspen IMS 12181A 60 minutes - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Description Knowing your way around Aspen IMS makes

More information

Configuring the WebDAV Folder for Adding Multiple Files to the Content Collection and Editing Them

Configuring the WebDAV Folder for Adding Multiple Files to the Content Collection and Editing Them Configuring the WebDAV Folder for Adding Multiple Files to the Content Collection and Editing Them The Content Collection should be the repository for all of the files used in Blackboard. The Content Collection

More information

Hyundai Training and Certification System [TACS] Learner User Guide

Hyundai Training and Certification System [TACS] Learner User Guide Hyundai Training and Certification System [TACS] Learner User Guide REV. 2010-01-29 TACS USER GUIDE - TABLE OF CONTENTS 1. OVERVIEW 4 2. ACCESSING HYUNDAI TACS / LOGIN 4 3. LOG OUT 7 4. LEARNER REGISTRATION

More information

Wireless Installation Instructions for Windows Vista

Wireless Installation Instructions for Windows Vista 1 Click the Windows Orb. 2 Click on Control Panel. 3 Click on Classic View. 2 4 Locate and double-click Windows Firewall. 5 Click on Turn Windows Firewall on or off. 6 In the User Account Control window,

More information

Contents. Signing In... 3 Answering Your Personal Security Question... 4 Forgetting Your Password... 4 Exploring the Learning Center Interface...

Contents. Signing In... 3 Answering Your Personal Security Question... 4 Forgetting Your Password... 4 Exploring the Learning Center Interface... User Guide Contents Logging On... Signing In... Answering Your Personal Security Question... 4 Forgetting Your Password... 4 Exploring the Learning Center Interface... 5 Understanding Icons... 5 Understanding

More information

Introduction to IBM Rational HATS For IBM System z (3270)

Introduction to IBM Rational HATS For IBM System z (3270) Introduction to IBM Rational HATS For IBM System z (3270) Introduction to IBM Rational HATS 1 Lab instructions This lab teaches you how to use IBM Rational HATS to create a Web application capable of transforming

More information

Secure Transfer Site (STS) User Manual

Secure Transfer Site (STS) User Manual Secure Transfer Site (STS) User Manual (Revised 3/1/12) Table of Contents Basic System Display Information... 3 Command Buttons with Text... 3 Data Entry Boxes Required / Enabled... 3 Connecting to the

More information

VISIONTRACKER FREQUENTLY ASKED QUESTIONS FAQ

VISIONTRACKER FREQUENTLY ASKED QUESTIONS FAQ VISIONTRACKER FREQUENTLY ASKED QUESTIONS FAQ 1. FREQUENTLY ASKED QUESTIONS 1.1. TABLE OF CONTENTS 1. Frequently Asked Questions... 1 1.1. Table of Contents... 1 1.2. How to Open or Search for a Saved Application...

More information

1) Identify the recording mode, by which you can record the non-standard object in QTP

1) Identify the recording mode, by which you can record the non-standard object in QTP 1) Identify the recording mode, by which you can record the non-standard object in QTP A) Standard recording B) Analog recording C) Low level recording D) None 2) By default, how many no of tables would

More information

User Guide

User Guide User Guide 03.10.2016 Contents 1 Introduction...3 1.1 IT Requirements...3 1.2 Installing efireservice Video...4 1.3 Login to efireservice Video...4 2 Video Library...5 2.1 Additional Video Details...5

More information

Oracle General Navigation Overview

Oracle General Navigation Overview Oracle 11.5.9 General Navigation Overview 1 Logging On to Oracle Applications You may access Oracle, by logging onto the ATC Applications Login System Status page located at www.atc.caltech.edu/support/index.php

More information

GENERAL NAVIGATION REFERENCE GUIDE FOR BANNER 7.X

GENERAL NAVIGATION REFERENCE GUIDE FOR BANNER 7.X GENERAL NAVIGATION REFERENCE GUIDE FOR BANNER 7.X Table of Contents I. Banner Basics A. Launching Banner...1 B. Main or General Menu...2 C. Setting Personal Preferences...3 D. My Links Customization of

More information

HP QuickTest Professional

HP QuickTest Professional HP QuickTest Professional Software Version: 10.00 Installation Guide Manufacturing Part Number: T6513-90038 Document Release Date: January 2009 Software Release Date: January 2009 Legal Notices Warranty

More information

Navigation Reference Guide

Navigation Reference Guide FISCAL AFFAIRS FINANCIAL MANAGEMENT SYSTEM (FMS) Navigation Reference Guide June 2004 Table of Contents Introduction to Financial Management System... ii Navigation Reference Guide... ii Overview...ii

More information

Applied ICT Skills MS Windows

Applied ICT Skills MS Windows Applied ICT Skills MS Windows Lesson 1 - How to install an operating system into computer? Windows 7 is perhaps the best Microsoft operating system and is very easy to install compared to other windows.

More information

Login: Quick Guide for Qualtrics May 2018 Training:

Login:   Quick Guide for Qualtrics May 2018 Training: Qualtrics Basics Creating a New Qualtrics Account Note: Anyone with a Purdue career account can create a Qualtrics account. 1. In a Web browser, navigate to purdue.qualtrics.com. 2. Enter your Purdue Career

More information

OUTLOOK WEB ACCESS UOW USER GUIDE INDEX

OUTLOOK WEB ACCESS UOW USER GUIDE INDEX OUTLOOK WEB ACCESS UOW USER GUIDE INDEX ACCESSING MAIL... 2 SETTING UP... 2 OPTIONS... 3 VIEWING... 4 ARRANGE MESSAGES... 4 CREATING/SENDING A NEW MESSAGE... 5 REPLYING TO MESSAGES... 5 FORWARDING MESSAGES...

More information

User Guide. Chapter 6. Teacher Pages

User Guide. Chapter 6. Teacher Pages User Guide Chapter 6 s Table of Contents Introduction... 5 Tips for s... 6 Pitfalls... 7 Key Information... 8 I. How to add a... 8 II. How to Edit... 10 SharpSchool s WYSIWYG Editor... 11 Publish a...

More information

Boise State University. Getting To Know FrontPage 2000: A Tutorial

Boise State University. Getting To Know FrontPage 2000: A Tutorial Boise State University Getting To Know FrontPage 2000: A Tutorial Writers: Kevin Gibb, Megan Laub, and Gayle Sieckert December 19, 2001 Table of Contents Table of Contents...2 Getting To Know FrontPage

More information

Getting Started with Penn State WikiSpaces

Getting Started with Penn State WikiSpaces Getting Started with Penn State WikiSpaces About Penn State WikiSpaces Penn State WikiSpaces is a platform intended to support Penn State-associated collaboration. Wikis are websites that allow for the

More information

Basic Query for Human Resources

Basic Query for Human Resources Basic Query for Human Resources Open browser Log into PeopleSoft Human Resources: Go to: https://cubshr9.clemson.edu/psp/hpprd/?cmd=login Enter your Novell ID and Password Click Sign In Navigation into

More information

KASBO Fall 2014 Session 4T Excel for Munis Accounts Payable and Purchase Orders (Lab) Presenter: Sheila Miller, KDE Business Analyst

KASBO Fall 2014 Session 4T Excel for Munis Accounts Payable and Purchase Orders (Lab) Presenter: Sheila Miller, KDE Business Analyst KASBO Fall 2014 Session 4T Excel for Munis Accounts Payable and Purchase Orders (Lab) Presenter: Sheila Miller, KDE Business Analyst Session Prerequisites 1. You will be accessing Munis so make sure you

More information

Network DK2 DESkey Installation Guide

Network DK2 DESkey Installation Guide VenturiOne Getting Started Network DK2 DESkey Installation Guide PD-061.2.306 DESkey Network Server Manual Rev A Applied Cytometry CONTENTS 1 DK2 Network Server Overview... 2 2 DK2 Network Server Installation...

More information

My Courses: Displays courses the user has self-enrolled in as well as courses that have been assigned to the user when available.

My Courses: Displays courses the user has self-enrolled in as well as courses that have been assigned to the user when available. LOGGING IN To log in go to https://gbateam.redvector.com and enter your Login /Username and Password. If you have forgotten your password, click on the Forgot your password link. 1. Enter the primary email

More information

Webmail: Basics. Folders:

Webmail: Basics. Folders: Webmail: Basics To use webmail: Webmail can be accessed from any computer that has an internet connection. Type webmail.osceola.k12.wi.us in the address bar. (Note that there is no www preceding this URL:

More information

Virtual Desktop Infrastructure Setup for Windows 7

Virtual Desktop Infrastructure Setup for Windows 7 Virtual Desktop Infrastructure Setup for Windows 7 Virtual Desktop Infrastructure (VDI) allows you to connect to a virtual computer and use software that you don t have installed on your own computer or

More information

CAQH Universal Credentialing Datasource Quick Reference Guide

CAQH Universal Credentialing Datasource Quick Reference Guide Registration...1 Log In...3 Start Tab...3 Universal Credentialing DataSource Tutorial...4 Edit Account Information...4 Prepare Tab...4 Answer Tab...5 Add, Edit, Delete, Import Buttons...5 Practice Locations...6

More information

ISF Getting Started. Table of Contents

ISF Getting Started. Table of Contents ISF Getting Started Table of Contents Overview of Getting Started... 2 ISF Application Conventions & Navigation... 3 How to Log In... 9 How to Log Out... 12 User Profile Page... 13 Overview of ISF Security

More information

Compensation Workbench

Compensation Workbench Compensation Workbench Contents Logging into Compensation Workbench... 3 Compensation Allocations Page... 4 Viewing Job History... 5 Viewing Employee Details... 6 Viewing Compensation History... 7 Entering

More information

Virtual Desktop Infrastructure Setup for Windows 10

Virtual Desktop Infrastructure Setup for Windows 10 Virtual Desktop Infrastructure Setup for Windows 10 Virtual Desktop Infrastructure (VDI) allows you to connect to a virtual computer and use software that you don t have installed on your own computer

More information

Remedy ITSM Quick Start Guide

Remedy ITSM Quick Start Guide Remedy ITSM Quick Start Guide COPYRIGHT / USE OF TRADEMARKS Copyright 2012 by the Board of Curators, University of Missouri. Trademarked names appear throughout this book. Rather than list the names and

More information

8 MANAGING SHARED FOLDERS & DATA

8 MANAGING SHARED FOLDERS & DATA MANAGING SHARED FOLDERS & DATA STORAGE.1 Introduction to Windows XP File Structure.1.1 File.1.2 Folder.1.3 Drives.2 Windows XP files and folders Sharing.2.1 Simple File Sharing.2.2 Levels of access to

More information

ivms320 Platform User Manual

ivms320 Platform User Manual ivms320 Platform User Manual Version: 9.1.8.5 Table of Contents Chapter 1 Overview... 4 1.1. Description... 4 1.2. Installation... 4 1.3. Uninstallation... 10 1.4. Log in... 13 1.4.1. First Login... 13

More information

Unit Test Plan for the Joomla Menu Manager

Unit Test Plan for the Joomla Menu Manager Unit Test Plan for the Joomla Menu Manager - Tested by James Ramsay Document Organization: The format of the document is one of the following: Action Expected Result Sub Action Expected Result Child Action

More information

Upgrading from Call Center Reporting to Reporting for Call Center

Upgrading from Call Center Reporting to Reporting for Call Center Upgrading from Call Center Reporting to Reporting for Call Center www.nortelnetworks.com 2003 Nortel Networks i Table of Contents Table of Contents Change History...1 How to use this guide...2 Introduction...

More information

Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault

Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault Creating a HATS v7.1 Portlet Using Web Express Logon (WEL) and Portal Credential Vault Lab instructions The objective of this exercise is to illustrate how to create a HATS portlet that uses Web Express

More information

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide

Multi-Sponsor Environment. SAS Clinical Trial Data Transparency User Guide Multi-Sponsor Environment SAS Clinical Trial Data Transparency User Guide Version 6.0 01 December 2017 Contents Contents 1 Overview...1 2 Setting up Your Account...3 2.1 Completing the Initial Email and

More information

Client Configuration Guide

Client Configuration Guide Email Client Configuration Guide Contents Prerequisites... 1 Microsoft Outlook 2007... 2 Microsoft Outlook 2002/XP and 2003... 7 Microsoft Windows Mail (available with Vista only)... 11 Microsoft Outlook

More information

Linking documents to workflows from worklow connect

Linking documents to workflows from worklow connect clouconnec Connecting People, Process Information & Data Linking documents to workflows from worklow connect Prior Learning It is helpful but not essential that the learner has the following knowledge

More information

Test Automation Integration with Test Management QAComplete

Test Automation Integration with Test Management QAComplete Test Automation Integration with Test Management QAComplete This User's Guide walks you through configuring and using your automated tests with QAComplete's Test Management module SmartBear Software Release

More information

You can use the WinSCP program to load or copy (FTP) files from your computer onto the Codd server.

You can use the WinSCP program to load or copy (FTP) files from your computer onto the Codd server. CODD SERVER ACCESS INSTRUCTIONS OVERVIEW Codd (codd.franklin.edu) is a server that is used for many Computer Science (COMP) courses. To access the Franklin University Linux Server called Codd, an SSH connection

More information

CHAPTER. Introduction

CHAPTER. Introduction CHAPTER 1 Cisco Unified Communications Manager (formerly Cisco Unified CallManager) serves as the software-based call-processing component of the Cisco Unified Communications family of products. A wide

More information

Netkiosk Standard configuration

Netkiosk Standard configuration Netkiosk Standard configuration All rights reserved jtmkiosksystems - 2018. www.netkiosk.co.uk - info@netkiosk.co.uk Netkiosk Standard configuration Netkiosk Standard install help is also integrated inside

More information

Completing Baseline s Site Survey Request Form

Completing Baseline s Site Survey Request Form Completing Baseline s Site Survey Request Form The first step in successfully implementing a radio network for your irrigation controllers is to identify the proposed locations for each radio. These radios

More information

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next.

GoLive will first ask you if your new site will be for one individual or a work group; select for a Single User, and click Next. Getting Started From the Start menu, located the Adobe folder which should contain the Adobe GoLive 6.0 folder. Inside this folder, click Adobe GoLive 6.0. GoLive will open to its initial project selection

More information

Script.byu.edu SharePoint Instructions

Script.byu.edu SharePoint Instructions Script.byu.edu SharePoint Instructions Site Actions Menu Go to script.byu.edu, click on Authenticate at the bottom of page, you will be prompted to enter a username and password, use your netid and password

More information

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing

Managing Your Website with Convert Community. My MU Health and My MU Health Nursing Managing Your Website with Convert Community My MU Health and My MU Health Nursing Managing Your Website with Convert Community LOGGING IN... 4 LOG IN TO CONVERT COMMUNITY... 4 LOG OFF CORRECTLY... 4 GETTING

More information