Sunday, February 9, 2020

Bug Life cycle & Severity vs Priority and some other Software testing questions Bug LifeCycle: 1. Tester will find and verify a valid bug - Tester will assign the bug to a dev 2. Developer will analyze the bug and decide 1 of the following: - Accept the bug (the bug is valid and will be fixed now) - Defer the bug (the bug is valid, but will be fixed later) - Reject the bug (the bug is not valid, and will not be fixed now or later) 3. If...

25 UFT Interview Questions and Answers 2020 1.                    What are the features and benefits of  Quick Test Pro(QTP)? 1.    Key word driven testing 2.    Suitable for both client server and web based application 3.    VB script as the script language 4.    Better error...

For more QTP Realtime Scripts,  MS Excel Scripts '''Script to create a new excel file , write data '''save the file with read and write protected '''''pwd1 is for read protected pwd2 is for write protected Set xl=CreateObject("Excel.Application") Set wb=xl.Workbooks.Add xl.DisplayAlerts=False Set ws=wb.Worksheets("sheet1") ws.cells(1,1)=100 ws.cells(1,2)=200 wb.Saveas "e:\data2.xls",,"pwd1","pwd2" wb.Close Set xl=nothing '''Script to open...

UFT 220 interview questions and answers 2020 Automation testing UFT 220 interview questions and answers 2020 Q. 1: What is Automation Object Model in QTP? Like we use QTP for automating the testing of our applications, we can use the automation object model of QTP to automate its own operations as well. With the help of objects, methods, and properties exposed by the automation object model of QTP along with standard programming elements like...

Translate

Popular Posts

Total Pageviews