Tag: software and games

Snatcher Gear

Tell you immediately, there will be a speech about Metal Gear Solid: Rising. Stay with us and you'll find other details on this game. Contact information is here: Peet’s Coffee. Hideo Kojima, answering questions from journalists at E3 2010, has once again assured that he is the development of Metal Gear Solid: Rising is not engaged. He is , , . Makes Metal Gear Solid: Rising younger team Kojima Productions, headed by Minesi Kimura, who participated in the creation of all games in the series of mgs, but before that he held only the position of the artist. Metal Gear Solid: Rising – his debut project. What, then, deals with Hideo Kojima? Just the other week, went on sale on the western version of Metal Gear Solid: Peace Walker, so that the Japanese are now completely free, apart from the technological demos MGS3: Snake Eater for 3DS. His break, however, will last a maximum of several months.

And then then at tgs 2010 he announced his next project. However, the Japanese decided to spend some more time for debugging and polishing the demo version of its next project, so the announcement date decided to move in September. Most likely, this is the PS3 exclusive will be a fifth of Metal Gear Solid. Why? Very symbolic! However, some believe in miracles people believe that the announcement would be associated with Zone of the Enders 3. Yes, only Kojima-san is not so long ago said that the development ZoE3 has been suspended indefinitely. In short, if this secret game is not a remake of Snatcher, then Metal Gear Solid 5 will be announced in September. Stored patience and wait.

Testing Relief

Systematic use of static analyzers can significantly improve quality of code and found many errors. Y approach based on static analysis, a lot of fans and he devoted a lot of interesting work. The advantage of this approach is that it does not depend on the size and complexity of the developed software solutions. In addition, noteworthy way to improve the quality of software products is a technique of selective testing. The basis of this technique is well-known and intuitive way of testing only those parts of software products that have been directly affected by the changes. The main problem of selective testing – is getting a reliable list of all affected parts of the changes software product. The technique of selective testing, supported by, for example, software Testing Relief (), solves this problem. White-box method 6.

Under the white-box testing method we mean the implementation of maximum available number of different branches of code using a debugger or other means. The more code coverage was achieved, the better the testing. By testing the white box sometimes also understand simple debugging of the application to search for known bugs. Full-scale testing of the white box the whole program code has long been impossible because of the huge amount of code today programs. Now testing the white box is convenient to use at a stage when an error is found and it is necessary to understand the cause. In testing by the white box has its opponents, who deny the usefulness of debug programs in real time.