Head Resist

Web design, Programming, Development and SEO

Remote Desktop Qtp

Friday, November 11th, 2011

remote desktop qtp

20 Test execution in minimized remote desktop protocol session: We can now run QTP in a minimized RDP remote desktop protocol session in an RDP 6.0 or later client by setting a registry value on the remote computer.. Crescent it solutions which is a high profiled training institute offers you sapall modules, oracle applications, people soft, ms, java, qa testing, qtp,. We offer online training, so you get trained from where you are, from our experienced trainers, remotely using Webex / Gotomeeting conferencingFor desktop sharing and Skype messenger for both voice and message chat in the weekdays as well as weekends. for interested Students And Faculty. Visit Us.

(more…)

Computer Programming: How to Design a Program

Saturday, June 11th, 2011

When designing a program, you must first have a deep look at the purpose of the program to design and what it will make. You must have the detailed specification needed to begin thinking what you will do. For example, if you designing a web program for handling requests, you must know the pages which will handle, and what are the purposes of each page, the intermediate processes across the requests based on what it must be done before transmitting the page to the client such as connecting to a database and accessing it or writing to it. All this must be known in advance.

 Once you know all these details and the processes inside the application you build, you must organize you thinking on papers. This is done by the so called flow charts or algorithms. This will help you greatly to track all the operations inside the application and then design the program based on it. If you neglect this step, you may find difficulties when writing the actual program especially if the program is complicated.

 Once you draw the flow chart and knew how the operations will flow, you then can implement what you planned by the programming language you choose. This step is also called coding because you are writing code representing your operations you planned in the previous step. Once you are done you can run and test your application. But wait, many errors may appear when testing and you should correct it and this is considered the final step in the programming life cycle which called troubleshooting.

 Many tools can be found for running and testing the program which can ease you work. Remember that there is a difference between the libraries making up the language and the run time environment you use. Java programming for example has the so called JDK which contains the core libraries making up the language but has a separate run time environment which is a separate program for execution and running. You can execute your program from Dos but these tools greatly help you. Java language for example has a run time program called NetBeans which acts a run time environment and has rich tools for dealing with the applications