Posts

What is the intent of using User Case Point Estimation?

What is the intent of using User Case Point estimation? A top - down quantitative assessment of project size, basis the use cases which is then used to arrive at effort using a productivity rate. The number of use case points in a project is a function of the following: * The number and complexity of the use cases in the system * The number and complexity of the actors on the system * non - functional requirements ( such as portability, performance, maintainability) that are not written as use cases * the project environment (such as the language, the team's motivations, and so on ) Accuracy of estimation is directly propostional to : * requirements clarity * quality of use clases (details) * quality of data being used for estimation (historical data) * subject matter expertise The parameters usedi n computing use case points are: * use case actors * use case transactions * technical complexity factors * environmental complexity factors Use Case Point: it is s

How to create USB Stick from .DMG file

Image
Let's learn, how to create usb stick for *.dmg file. There multiple mechanism to achieve this task.  You may go with Ubuntu OS, Windows OS or MAC OS to do this. Ubuntu:  In Ubuntu, There is a tool available ( Startup Disk Creator ) to create bootable USB Stick. This reads .iso or disk image files. So, we need to create .iso or disk image file from .dmg file and then create bootable usb using 'Startup Disk Creator'. Install 'dmg2img' from terminal Open terminal Write 'sudo apt-get update' and hit enter Enter root password, if asked Now, Write 'sudo apt-get install dmg2img' and hit enter If all goes well, it will install 'dmg2img' In to terminal, write 'dmg2img <dmg-file-path>/<dmg-file-name>.dmg' and hit enter This will start converting .dmg file into .img file type. Once this is done, you may place .img to .iso, because both has same file table entries and directory structure. Now, Open 'Startup D

How to create USB Stick from .DMG file

Image
Let's learn, how to create usb stick for *.dmg file. There multiple mechanism to achieve this task.  You may go with Ubuntu OS, Windows OS or MAC OS to do this. Ubuntu:  In Ubuntu, There is a tool available ( Startup Disk Creator ) to create bootable USB Stick. This reads .iso or disk image files. So, we need to create .iso or disk image file from .dmg file and then create bootable usb using 'Startup Disk Creator'. Install 'dmg2img' from terminal Open terminal Write 'sudo apt-get update' and hit enter Enter root password, if asked Now, Write 'sudo apt-get install dmg2img' and hit enter If all goes well, it will install 'dmg2img' In to terminal, write 'dmg2img <dmg-file-path>/<dmg-file-name>.dmg' and hit enter This will start converting .dmg file into .img file type. Once this is done, you may place .img to .iso, because both has same file table entries and directory structure. Now, Open 'Startup D