Total Questions:-803 Goto Page:
1
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81
R4R ---> Articles--> Testing -->Testing Articles List
Page 1
Articles:
How can we map a single defect to two test scripts? Is there a way in test director so that we can state that defect defect X is same for test script A and test script B?
Post Your View
ViewsNo way. When we run a script ,When we run a script,We find and generate a defect report. In other words, Every defect report is unique to a single tes
For More
By:UMANG
Date:
Articles:
How do you handle unexpected events and errors?
Post Your View
ViewsWinRunner uses exception handling to detect an unexpected event when it occurs and act to recover the test run.
WinRunner enables we to handle the fo
For More
By:UMANG
Date:
Articles:
How we use network drive mappings?
Post Your View
ViewsIf several load generators need to access the same physical files, rather than having to remember to copy the files each time they change, each load g
For More
By:UMANG
Date:
Articles:
Object name Changing dynamically?
Post Your View
Views> logicalname:"chkESActivity"
{
class: check_button,
MSW_class: html_check_button,
html_name: chkESActivity,
part_value: 90
}
> lo
For More
By:UMANG
Date:
Articles:
What actually happens when you load GUI map?
Post Your View
ViewsWhen we load a GUI Map file, the information about the windows and the objects with their logical names and physical description are loaded into memor
For More
By:UMANG
Date:
Articles:
What are the three modes of running the scripts?
Post Your View
ViewsWinRunner provides three modes in which to run tests: Verify, Debug, and Update. we use each mode during a different phase of the testing process.
>
For More
By:UMANG
Date:
Articles:
What is Ramp-up Rate?
Post Your View
ViewsOur site may be handling x number of users per day, only a small percentage of these users would be hitting your site at the same time. Therefore, whe
For More
By:UMANG
Date:
Articles:
WinRunner: Do Java Add-Ins required for Web based Application?
Post Your View
ViewsWe do not need any Java add-in to tests simple JSP pages. If we are using Java applets with some swing or awt components drawn on the applet then we n
For More
By:UMANG
Date:
Articles:
How to test data loading in Data base testing?
Post Your View
ViewsWe have to do the following things while we are involving in Data Load testing.
> We have know about source data (table(s), columns, datatypes and Co
For More
By:UMANG
Date:
Articles:
How to Test Database Procedures and Triggers?
Post Your View
ViewsBefore testing Data Base Procedures and Triggers, Tester should know that what is the Input and out put of the procedures/Triggers, Then execute Proc
For More
By:UMANG
Date:
Go:
1
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81