Pending
Written on -
Not yet published to a wikizine
From: www.testingcorner.net
A process can be defined as a set of activities that represent the way work is performed. The outcome from a process is usually a product or service. Both software development and software testing are processes. ............................................................ There are two ways to visually portray a process. One is the Plan Do Check Act (PDCA) cycle. The other is a workbench. The PDCA cycle is a conceptual view of a process, while the workbench is a more practical... Read Full Story
Pending
Written on -
Not yet published to a wikizine
From: www.testingcorner.net
The primary responsibility of individuals accountable for testing activities is to ensure that uality is measured accurately. Often, just knowing that the organization is measuring quality is enough to cause improvements in the applications being developed. In the loosest definition of independence, just having a tester or someone in the organization devoted to test activities is a form of independence. The roles and reporting structure of test resources differs across and within... Read Full Story
Pending
Written on -
Not yet published to a wikizine
From: abapreports.blogspot.com
Here is the code for uploading XML file from application server into data base server of SAP. TYPE-POOLS: ixml. "iXML Library Types *TABLES : rbkp. &--------------------------------------------------------------------- * TYPE DECLERATIION &--------------------------------------------------------------------- TYPES: BEGIN OF type_tabpo, ebeln TYPE ekko-ebeln, "PO document number ebelp TYPE ekpo-ebelp, "PO line item END OF type_tabpo. TYPES: BEGIN OF type_ekbe, belnr TYPE rbkp-belnr... Read Full Story
Pending
Written on -
Not yet published to a wikizine
From: www.testingcorner.net
Going through TESTING MATRICES PART ONE will give better understanding of this concept. Cascading Test Matrices The tests that occur on functional events vary based on the events themselves. If generic actions are used, it may be possible to include several functional events in the same matrix. However, it is generally better to limit a matrix to a single functional event. Including only one functional event on a matrix provides the following two advantages: 1• Tests can be customized... Read Full Story
Pending
Written on -
Not yet published to a wikizine
From: abapreports.blogspot.com
This alv report is useful to add color to a particular cell using abap alv report.Here is the code. DATA: g_color_green TYPE slis_t_specialcol_alv. create a table of fieldnames to be coloured intensified green - PERFORM colour_cells TABLES g_color_green USING 21 31 5. set cells of this line to intensified green IF CONDITION..... out-color] = g_color_green[. ENDIF. --------------------------------------------------------------------- FORM E05_LAYOUT_BUILD... Read Full Story
Pending
Written on -
Not yet published to a wikizine
From: www.testingcorner.net
The test matrix shows the interrelationship between functional events and tests. The completed test matrix defines the conditions that must be tested during the test process to verify the proper functioning of the application system. It does not represent the totality of testing because there may be types of tests that verify the structure of the system, such as verifying the correct use of program statements that are not included in the test matrix. The left side of the matrix shows the... Read Full Story
Pending
Written on -
Not yet published to a wikizine
From: www.testingcorner.net
Life cycle testing involves continuous testing of the solution even after software plans are complete and the tested system is implemented. At several points during the development process, the test team should test the system in order to identify defects at the earliest possible point. Life cycle testing cannot occur until you formally develop your process. IT must provide and agree to a strict schedule for completing various phases of the process for proper life cycle testing to occur. If... Read Full Story
Pending
Written on -
Not yet published to a wikizine
From: www.testingcorner.net
Here is the good list of all advanced topics of software testing with full length concepts. If you are new to software testing you can consider the basics of it with SOFTWARE TESTING COMPLETE COURSE. Your feed back regarding this topics are most welcome. Here is the list of testing advanced topics subject wise and i will keep this list updating. Thank you for being here. UNIT TESTING UNIT TESTING PART ONE UNIT TESTING PART TWO UNIT TESTING PART THREE GUI TESTING WINDOWS COMPLIANCE... Read Full Story
Pending
Written on -
Not yet published to a wikizine
From: www.testingcorner.net
If you are new to c programming you can try COMPLETE C PROGRAMMING COURSE . The following rules that are applicable to all C programs: 1. Each instruction in a C program is written as a separate statement. Therefore a complete C program would comprise of a series of statements. 2. The statements in a program must appear in the same order in which we wish them to be executed; unless of course the logic of the problem demands a deliberate ‘jump’ or transfer of control to a statement, which... Read Full Story
Pending
Written on -
Not yet published to a wikizine
From: www.testingcorner.net
The most programming language every one starts learning as a first one will be naturally c language. This course intend to cover all aspects of c programming right from most basics like types of variables to advanced concepts like arrays and data structures. I welcome you to this course and these are list of concepts arranged in a sequential order. Right now it is not a complete course and with every new content this list will be updated. INTRODUCTION TO C PROGRAMMING C PROGRAMMING... Read Full Story







