Neither, it should be performed by a qualified Software Tester and witnessed by a Software Quality Engineer, a Systems Engineer, and the customer/user representative. The Software Developer should be entirely out of the picture at this point and only be responsible for fixing bugs found during validation.
maturity level four
manual
You should go for B.Tech in either Computer Science or Information Technology. B.Tech from a good reputed college would help you to get a good career in software. As a software developer, Computer Science would be a better option than Information Technology.
No. Although the software developer may choose to charge or not to charge for a copy of the software, the open-source nature of OSS primarily dictates about how the source code should be distributed.
Manual Startup. Use services.msc in command prompt to set the startup.
SRS is about "what is needed" i.e. what software should do! Design docuemnt is about how Developer will achieve specified SRS.
As such i don't trace out software start-up Companies in India but detail of all software Companies in India . visit www.fundoodata.com Pluggd.in and Contentsutra.com are few good startup featuring sites Also,to find out more on Startups(both Indian and international),refer Techpluto.com =========================================================== we showcase web startup companies of Indian, our site address is www.indianwebstartups.com , you would find information of startup companies based on online business model, we post a new startup everyday. +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ You should checkout www.nyaasa.com. I am a networking and advt researcher and found the research done by this guys pretty useful. Moreover, they've got industry classification. Its a true "market intelligence" as they call it.
Microsoft is the developer of Microsoft window 7 and if you are looking to buy windows 7 key online then you should visit Digital Software Market e-commerce website in which they sell all types of software for your computer like antivirus, Microsoft window, Microsoft office and more.
to prevent corruption of other programs, it needs to be uninstalled correctly. You could accidently disable a program your computer needs if you just dump the file, as some software uses shared data files.
Mobile technology, such as applications for the iPad, iPhone, Android, and so on.
Simply put a shortcut to your exe in the startup folder. > The original question was how to put it in the registry not the start up folder. The key you are looking for is HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run Something like this should do the trick CRegKey Reg; if( SUCCEEDED(Reg.Open(HKEY_LOCAL_MACHINE, _T("SOFTWARE\Microsoft\Windows\CurrentVersion\Run") ) ) ) Reg.SetValue(<MyExePath>, _T("MyExe") );