Example of a Stress Testing

Stress Testing is a part of software testing life cycle. Software tester also concern on how they can create, find and test a test case and scenario on executing a stress testing from the references of a product requirements.

Here is a scenario and case:

Scenario: After a user was click a button to submit a data and it was successfully all required text box are correct and accepted in the server, the scenario is, what if the connection is lost from client to the server.

Case: Test if all data that being submitted is being cache or not, or the session is expired or not.

Procedure: Assuming that all required value in the text box is now complete then clicking a button to submit, after submit button is click, unplug the LAN connection in the pc client that connected to the server.

Expected Results: Will, it is only an example of stress testing and it depends on the product requirement if data should be cache or not, or the session expired and should repeat it again all data that inputted or the session will not expired and the session is still alive after re-plug the LAN connection and refresh it again.

Point: The point here is how to execute using a stress testing. The point is the simple idea in a stress testing strategy.


Installing Active Directory

Computer Name : Server 1
Static IP : 192.168.40.2
Subnet : 255.255.255.0
Default gateway : leave as blank
Preferred DNS : 192.168.40.2
Alternate DNS server : blank

OS - Windows Server 2003
Services - DNS, Domaini Controller

Computer Name : Client 1
Static IP : 192.168.40.4 
Subnet : 255.255.255.0
Default Gateway  : leave as blank
Preferred DNS : 192.168.40.2
Alternate DNS server : leave as blank

OS - Windows XP

Equipment needed:

2 Computer with NIC (network interface card)
1 Switch
2 Network Cable with rj45


Installing Active Directory to Server 1

1 Go to Server 1 and log on as Administrator. Go to Start-> Run then type in DCPROMO and click OK. Start  Run then type in DCPROMO in the run command and click OK.

2. The Active Directory installation wizard is begin. The first screen appear the Operating System Compatibility - Click on Next to continue.

3. The next screen, click Domain controller for a new domain, click Next.

4. The next screen, click Domain in a new forest, click Next.

5. The next screen, in the Full DNS name for new domain, type ACexample.com as a domain name, click Next.

6. The next screen, NetBios Domain Name, ACexample appeared on Domain NetBIOS name and leave as a default name, click Next

7. The next screen, the Database and Log Folders. You can change it the location of your logs files. The default location is %systemroot%\WINNT\NTDS. Click Next.

8. The next screen, the Shared System Volume. Leave the default location for the System Volume, click Next.

9. The next screen, the DNS Registration Diagnostics. Choose Install and configure the DNS server on this computer, and set this computer to use this DNS server as it preferred DNS server. click Next.

10. The next screen is the Permissions. Leave the default for Windows 2003 (Permissions compatible only with Windows on this domain) and click Next.

11 The next screen is asking for Directory Services Restore Mode Administrator Password. For this example, Add a password, 12344 and it should be different from log on administrator password, click Next.

13. The next screen, showing a summary of all the information you've been entered in settings. click Next to start the Active, Insert CD Windows Server 2003 to install the files that needed. Directory installation.

14. The next screen showing that Completing the Active Directory Installation Wizard is done. click Finish and the next pop-up screen showing to need to restart the computer, click Restart Now to get an affect of settings for the computer Server 1.

Add Client as a member to the Domain to the Server 1

1. Log on as the Administrator on Client 1. Go to Desktop and right click My Computer-> Computer Name tab click on Change button. In the Member of section, select Domain and type ACexample.com as a domain name of the server. Click OK.

2. When User name and Password appear, type the Administrator and password of Server 1. Click Ok, the computer need to restart to take affect of the settings.

3. When the computer start (Client computer), press CTRL-ALT-DELETE to log on. In the Options button. Click the Drop-down box and select ACexample and enter the administrator and password as the username and password and click Ok.

4. Go and Right click My Computer-> Properties -> Computer Name tab. It should now the Client 1 computer is a member of ACexample.com domain. 

5. Now, go to the Server 1. Go to Start-> Administrative Tools -> Active Directory Users and Computers. In the left side, click ACexample.com domain, find Server 1 and click. The Client 1 should be on the list member of Server 1.



Simple Computer Network Connection in a Ubuntu Desktop Linux



This is a simple guide about a computer network connection set-up and configuration using Ubuntu Desktop Linux. 

Here is a guidelines with a name of PC and IP addresses and the equipment needed.

[1]
1 - Switch
3 - Computer Desktop with a NIC (network interface card), fresh installation copy of Ubuntu Desktop
3 - LAN cable with a RJ45

[2]
Here is the label of a Computer.

- For 1st computer -  PC-1
Name: PC-1
IP Address: 192.168.1.2
Subnet mask: 255.255.255.0
Default Gateway: 

For 2nd computer - PC-2
Name: PC-2
IP Address: 192.168.1.3
Subnet mask: 255.255.255.0
Default Gateway:

For 3rd computer -  PC-3
Name: PC-3
IP Address: 192.168.1.4
Subnet mask: 255.255.255.0
Default Gateway:


[3]
Here is the configuration on network system in Ubuntu Desktop. Do this in a every computer.


1. From Desktop, click the icon with label name Dash home, in the search box, Type Network Connection then click the icon Network Connection.
2. Click the Wired tab, then click IPv4 Settings tab.
3. In the Method, select Manual and click Add to input the IP address, Netmask then click Save.
* In Default gateway leave as blank.
* In DNS servers and Search domains, leave as blank.

[4]
For testing, use ping tool whether the connection in every computer PC-1, PC-2, PC-3 is working.

1. In PC-1, go to Desktop and find and click the icon with lable Terminal and type ping 192.168.1.3. And if they show the reply message, the connection is working. Repeat ping to 192.168.1.4.
2. In PC-2, go to Desktop and find and click the icon with lable Terminal and type ping 192.168.1.2. And if they show the reply message, the connection is working. Repeat ping to 192.168.1.4.
3. In PC-3, go to Desktop and find and click the icon with lable Terminal and type ping 192.168.1.3. And if they show the reply message, the connection is working. Repeat ping to 192.168.1.2.








Task Scheduler: Mapping Network Drives

A lot of IT tools that provided from the internet are a key factors to automate a daily task on the running the application about the businesses transactions, windows or linux based application.

Mapping network drive is a system services to access the files from the servers. Mapping network drive has a tools to automatically run the map the network drive when the computer client is start whether log-in is executed or not. But there is a alternative way to map the network drive. Using scheduling tasks of a Windows and a little script code to automate and run the mapping of network drive. Here is the guide on how to do the mapping network drive using Scheduling Tasks and batch file script.


1.]  Here is a sample network drives that need to remap.

192.168.1.2/File-a  - for drive a
192.168.1.3/File-b  - for drive b
192.168.1.4/File-c  - for drive c


2.] Here is the script that will be run on a Windows platform.

a. Open a Notepad, type a script command below and save as task.bat and stored it in Desktop.

net use /delete a:
net use /delete b:
net use /delete c:

net use a: \\192.168.1.2\File-a /user:"" ""
net use b: \\192.168.1.3\File-b /user:"" ""
net use c: \\192.168.1.4\File-c /user:"" ""

exit

b. Meaning of command script.

* Net use /delete, means every time the computer is logoff, restart or shutdown and then open it again, the existing network map drive will be deleted and create another net map drive or re-mounted again.
* Net use - means they connects a computer to a shared resource or disconnects a computer from a shared resource.
* drive a, b, c are the drive that mounted settings from the server.
* The IP address are the server address shared folder.
* File-a, File-b, File-c are name of the shared folder.
* user: " " " ", means no username and password in the shared folder in the server.
* exit, means exit the window.

For more info, go to command and type net help use.

3.] Here is the settings of a Task scheduler and the implementing of script of a mapping drive with a filename task.bat

1. Go to Start menu and type Task Scheduler then click Task Scheduler.
2. Click the Create a Basic Tasks
3. Name a task whatever you want. But in this example, I will name it Netmaptask then click Next
4. In Trigger, click When I Log on, (so everytime the PC client is start on the log-in user, the script will run simultaneously.
5 In Action, click start a Program.
a. In Program/script, type cmd.exe
b. In Add arguments input box, copy this,  /c start /min "" "C:\Desktop\task.bat"
where start the command that the window are minimize during running the scripts.
c. Then Save, then Finish.
6. Restart the computer to test if the settings in Task Scheduler of network map drive is working. The output will create a map network drives.






Simple Computer Network Connection in a Windows



This is a simple guide about a computer network connection with set-up and configuration using Windows 7. The setup and configuration is also work in the previous version of Windows (XP, etc.).

Here is a guidelines with a name of PC and IP addresses and the equipment needed.

[1]
1 - Switch
3 - Computer Desktop with a NIC (network interface card), fresh installation copy of Windows 7
3 - LAN cable with a RJ45

[2]
Here is the label of a Computer.

- For 1st computer -  PC-1
Name: PC-1
IP Address: 192.168.1.2
Subnet mask: 255.255.255.0
Default Gateway:

For 2nd computer - PC-2
Name: PC-2
IP Address: 192.168.1.3
Subnet mask: 255.255.255.0
Default Gateway:

For 3rd computer -  PC-3
Name: PC-3
IP Address: 192.168.1.4
Subnet mask: 255.255.255.0
Default Gateway:


[3]
Here is the configuration on network system in Windows 7. Do this in a every computer.


1. Go to Start and type network. Click Network and Sharing Center.
2. On the side, click Change Adapter settings.
3. Right click on Local Area Connection and click Properties.
4. Select a properties of Internet Protocol Version 4
5. click a Use the following IP address and type the IP address, subnet mask, and leave default gateway as blank.
6. For Preferred Domain Name Server, leave as blank.

[4]
For testing, use ping tool whether the connection in every computer PC-1, PC-2, PC-3 is working.

1. In PC-1, go to Command and type ping 192.168.1.3. And if they show the reply message, the connection is working. Repeat ping to 192.168.1.4.
2. In PC-2, go to Command and type ping 192.168.1.2. And if they show the reply message, the connection is working. Repeat ping to 192.168.1.4.
3. In PC-3, go to Command and type ping 192.168.1.3. And if they show the reply message, the connection is working. Repeat ping to 192.168.1.2.








Reality about a downloading updates

Downloading updates is a important from all kinds of Operating System platform like Windows,
and Linux. The expectation is, they can update the newest or revise version patches of a application that installed in your Operating System. Security update in terms of security reason, additional functionality in terms of the directory, root of a files of application.

It is important and necessary on downloading the updates but be carefull on what you trying to download the updates. Because there was a cause that can affect in your application that installed in your operating system. It can be infected and it can be the cause of a possible error on running your application. Like for example, the application that use in a virtualization windows that need to have a multiple users to connect to the server. Virtualization windows application cannot accept the windows updates like KB2984972 and KB3003743. This kind of updates is also concern with the user auto login.  Application like virtualization windows can encountered the error with this updates in Windows. Because it cannot allowed to login the multiple user account to the server if this updates is exists on your system.

When downloading updates, just make it sure to research first the functionality of the updates before to download and install it in your system because it can be a bad thinking that maybe it cause by a virus or malware that is why it cannot run your application but the error is the updates that you've been downloads.


PC Games and Console Games comparative

Nowadays, gaming industry was become most popular in all over the world. The competition of the publisher in gaming development between the parties has unlocked to reach out the top market place for their products. They expand their different conclusion, variety of analysis from the source of creative and virtual knowledge through the successful results of the products. The responses is which collect the particular interesting from different user or most likely a gamer. The generation was involved and important with the knowledge of the user that will be the bases of the gaming industry for the development creation.

PC Games - is a common name Personal Computer game that will run and played on a different platform of computer and it depends of the specification between the machine and games software. The advancement of development is the 3D graphics engine was applied through  the quality graphics which look and feel alive.

Console game - another generation of electronic used for entertainment. This games is generally on a television and video technology system. The game was manipulated by using of controller system to interact the user through the device system.  One of the example of console games wasNintendo DS, which is the one of the top demanding in the market place in the game industry.

The sounds like for that PC Games is the great answer for the million gamers in the world. We have a variety of gamers from  different generation of ages with their lifestyle and knowledge when it comes to the world of games. Functionality and graphical design is the outstanding for the classification needed of a gamer for the quality of look and feel interface, images, and motion creativity. When the platform is talking about, PC games can run and played on a different platform, hardware and software with different version and specification from the manufacturer. However, console games was played on a selected machine designed by the manufacturer that the compatibility will match up to the specification for the design of the games. Specifically, console game was designed in the default program that use from the various technology devices and machines on which the graphics processing system is consisting to the system. The generation of the games is centralized of the compatibility of hardware specification specialized on graphical processing unit property that will match up on the software platform. Game development team and System Analysts is the major and responsible for the constructions of the development through the software life cycle with using the various tools and framework such as software development kit and for the creation of graphical interface and images with the example of 3D modeling system.