Skip to main content

How to performed testing on Map Network and Application Architecture

 What is Map Network?
Network map is a visualization of device on networks, their inter relationships, & the transport layers providing a network services. Practically, a Network Map is a single tool to provide network users, managers or administrators, & IT personnel with a better understanding of the network performance, specifically concerning data bottle-necks & associated root cause analysis.

What is the Application Architecture?
In this information system, Applications Architecture is one of several architectures domain’s that forms of the pillars of enterprise architecture and solutions of architecture.
The different type’s elements that make up the infra-structure required to be determined to understand how they meet with a web application & how they affect security. In fact it takes only an ace vulnerability to undermine the security of the whole infra-structure, & even small & seemingly un-important problems may be evolve into harsh risks for another application on the same server.

How to test the network map or application architecture
The application architecture required to be mapped by some test to determine, what different components are used to create the web application. On more complicated setups, such as an online bank system and multiple servers might be included. These may be including a reverse proxy, a front end web server, an application’s server or a database servers and Light-weight Directory Access Protocol (LDAP) server. Then they will be retrieve the information from other tests or derives the different elements, question these assumptions & extend the architecture’s map.

This builds the different demilitarized zones (DMZs) so that access to the web server will not to give a remote user’s access to the authentication of mechanism itself, or so that compromises of the different components of the architecture can be isolated so that they will not agreement the entire architecture. Getting the knowledge of application architecture can be easy, if this data is provided to the testing team through the application’s developer in document form and through interviews, but can also prove to be very difficult.

Components of the application and map network

What is Component?
A component is the object that contains the code to manipulate the data from one to another, & which provides the access that code through a well specified set of publicly presents the services. The key characteristics of a component are that when it is built for use, the codes for the elements, as well as the data associated with the elements are packaged together.
  
CLB:
CLB means Component Load Balancing; it allows to multiple application’s server to provide the same COM+ objects for use in application. When that object’s required, the creation of request’s sent first to CLB Servers which then re-directs to the request an appropriate application’s server, based on specific criteria.

IMDB:
The means of IMDB is "In-Memory Database Support", it is a momentary transnational database style cache that re-sides in RAM memory or provides enormously fast access to information on the machine on which it is re-sides.

Queued Component’s:
It combines the features of COM to provide a path to invoke & execute the components asynchronously. Activities can occur without respect to the availability and accessibility either of the sender &receiver. When the client calls queue component, the calls made to the Queued Components Recorder (QCR), which packages it as a part of message to the server or puts it in a queue?

Object Pooling’s:
Object pooling’s is an automatic service provided through COM+ that enables you to have examples of a components kept process in a pool, ready to be used through any customer that requests to the components. At the time, application is executing, COM+ manages the pool, controlling the details of object’s activation or re-use according to the criteria of you have fixed.

Comments

Popular posts from this blog

In Regression Testing: Difference between Automation And Manual Testing

The difference between an Automation Testing & Manual-Testing is a pillar of the Software testing, because the whole-testing is based on the Automation Testing and Manual Testing. In the project you can do both Automation Testing & Manual Testing & you can also do both Automation testing and Manual Testing simultaneously. Difference between Automation and Manual Testing Automation Testing Manual Testing The automation testing is a continuous component of the manual testing. This testing is an initiate of the testing, without of this testing we cannot start the automation testing. This takes less of time. This takes a lot of time. In the automation testing, we always test by the running the scripts. In the manual testing testers’re allowed to do the random for find the Bugs. In automation testing, it is done on the different on same time. The manual testing would be executes sequentially. ...

Want to know about Mobile Application Testing? Came to right place

What is Mobile Application Testing ? Mobile Application Testing is a phenomenon of testing functionality, usability and consistency of application software designed for mobiles. It is done in two ways: Automated and Manually. When you buy a new mobile, various applications came pre-installed and some you install as per your need from mobile software distribution platforms such as Google Play, Nokia Store etc. In the recent years, mobile devices had shown a rapid growth rate .  Factors that give an open challenge to Mobile application Testing : 1. Mobile devices models : Different models have different hardware configurations, input methods (some are QWERTY, some are touch while others are normal). 2. Several different operating systems (OS) : Market  is full of availability of different operating  systems  (   Android , IOS, BREW, BREWMP, Symbian,   Windows Phone , and   BlackBerry   (RIM)).Each operating system is unique in ...

INTRODUCTION TO SELENIUM TESTING

If you are interesting in software testing and desperately want to work in software testing profile then this post is surely for you, as we know that selenium testing is an important aspect of  software testing so you should go through this at least once. WHAT IS SELENIUM TESTING? SELENIUM is a tool for authoring tests without learning test scripting language like selenium IDE. Selenium is not just a tool but actually it is a cluster of independent tools. And selenium testing is a testing which is performed by using selenium tool. WHY WE USE SELENIUM TESTING I f we talk about the functioning and scenario of today's IT industries or companies then it is known to everyone that there is a mass movement towards automation testing. Not only this but the cluster of manual testing scenario  has also raised a great demand to make to manual testing automated by using various tools such as selenium.  There are numerous benefits which a software tester gets if he/she impleme...