fbpx

Author: supasiri.s

เมื่อนักพัฒนาได้พัฒนาซอฟต์แวร์ขึ้นมาแล้วนั้น เราต้องมีการทดสอบว่าซอฟต์แวร์ที่ถูกพัฒนานั้น มีความถูกต้องหรือไม่ เรียกได้ว่า เป็นการทดสอบแบบ Functional testing แต่เมื่อเรามีการทดสอบความถูกต้องของการทำงานแล้วนั้น เราก็จำเป็นจะต้องมีการทดสอบที่นอกเหนือจากการทดสอบความถูกต้องของซอฟต์แวร์นั้น เป็นการทดสอบแบบ non-functional testing Performance testing เป็นการทดสอบอย่างหนึ่งใน non-functional testing คือเป็นการทดสอบประสิทธิภาพของซอฟต์แวร์ที่ถูกพัฒนาขึ้นมา เช่น ทดสอบว่า ระบบที่ถูกพัฒนาขึ้นมานั้นสามารถรองรับการทำงานหนักได้ดีมากน้อยเท่าใด เมื่อมีผู้ใช้งานจำนวนมาก ซอฟต์แวร์นั้นมีการตอบสนองเป็นอย่างไร Performance testing สามารถแบ่งออกได้หลายอย่างตาม scenario Load testing คือการทดสอบซอฟต์แวร์หรือระบบว่า ระบบจะมีความเร็วมากน้อยแค่ไหน ภายใต้สภาวะและขนาดของภาระที่คาดว่าจะเกิดขึ้นจริง เช่น หากมีผู้ใช้งานเข้ามาใช้ระบบพร้อมกัน 100 คน ระบบจะตอบสนองเร็วหรือช้าแค่ไหน Stress testing คิอ การทดสอบระบบที่นอกเหนือจากการทำงานปกติ เพื่อทดสอบความเสถียร ในความพร้อมและการจัดการข้อผิดพลาด เมื่อระบบมีการทำงานหนัก Spike testing คือ การทดสอบระบบเมื่อมีการเพิ่มจำนวนผู้ใช้งานอย่างรวดเร็ว Soak testing หรือ...

Back to News   Aware, a leading provider of IT and Software Solutions celebrates its ten-year anniversary and looks to double in size over the next three years. Founded in Chiang Mai on September 2nd 2003, Aware set out with a single goal: to provide the highest level...

BackBox is a Linux distribution based on Ubuntu. It has been developed to perform penetration tests and security assessments. Designed to be fast, easy to use and provide a minimal yet complete desktop environment, thanks to its own software repositories, always being updated to the...

Nmap – Network Mapper is a free and an open source application for network discovery, security auditing application. This application is available for windows and linux both platforms in GUI and CLI mode. Nmap can also be used for some useful networking tasks like network...

Nikto is an Open Source web server scanner with ability to do comprehensive tests against web servers for multiple items. Nikto can 1. Scan potentially dangerous files/CGIs, 2. Check for outdated version of web server, 3. Can provide details of weakness if current version is used. 4. Server configuration items...

Back to News   Business Intelligence and analytics vendor Yellowfin appoints Thai distributorGlobal Business Intelligence (BI) and analytics software vendor, Yellowfin, has announced a distribution agreement with Thai commercial software and IT solutions provider, Aware. Under the agreement, Aware Corporation will be the exclusive distributor of Yellowfin, and...

Following is the two-step process to install and activate SSH on Ubuntu 1. Open terminal on Ubuntu and type following command, it will install open ssh on ubuntu system sudo apt-get install openssh-server 2. After installation verify the port by supplying following command to terminal sudo gedit /etc/ssh/sshd_config Verify connecting...

This blog post covers two commands from windows power shell, get-childitem and get-alias. Get-alias command gives details about alias name correspond to different cmdlets. for example ls command can be used in place of dir. To get the list of all alias simple execute get-alias command....

Everyday hundreds of applications are coming to different platforms, some applications fails to survive for even a week and some applications makes WOW impact to end users and you can see those application everywhere. So what makes a difference, to solve one purpose people install 3...