VBScript Excel Object Model Part-2

VBScript Excel Object Model Part-2 1) Read Test data from Excel file and perform Data driven testing for Login Functionality. And write/export Test Result and Error Message to the same file. Dim objExcel, objWorkbook, objWorksheet, RowsCount, i Set objExcel = CreateObject(“Excel.Application”) Set objWorkbook = objExcel.Workbooks.Open(“C:\Users\G C REDDY\Desktop\January.xlsx”) Set objWorksheet = objWorkbook.Worksheets(1) RowsCount = objWorksheet.UsedRange.Rows.Count objWorksheet.Cells(1, … Read more

UFT Class 5

UFT Class 5 (Record & Run Tests Part-2, Prerequisites for Test Design, Types of Objects in UFT) 2) Analog Recording It records user Actions on AUT based on x, y coordinates (Desktop or Application window) User (Tester can select the option either Desktop or Application window) It can record normal operations also, but we can’t … Read more

UFT Test Process

UFT Class 2 (UFT Test Process) I) Planning Get Environment Details from Development team (UI design technology and Database) and select appropriate Add in for our AUT UI design – for selecting Add ins Database – to create Database Connection string UFT Deployment / Installation Analyzing the AUT in terms Object Identification Select Tests for … Read more