Inter-Process Communication in Windows

Inter Process Communication or IPC as name suggests, is used to share data between two applications or processes. The processes can be on the same computer or somewhere else in the network. Windows operating system supports various techniques for IPC

How To Handle Exception Through Selenium Web Driver

An exception is an event in software development language, which terminates the program, if the worst program scenarios are not handled properly. Basically in general programming language, we can also say that Exception is a class which is sub class of Throwable class. An exceptions can disturb our script workflow or can terminate the program

Electronic Data Interchange (EDI): How EDI Works

Today EDI is being used in industries like banking, finance, retail, automobiles, etc. to share business documents within the organizations. Exchange EDI document has no involvement of any paper or people, it is directly linked from the sender’s system to the receiver’s system, thus making it faster and cost-effective.

Communicating with GUI Objects using Selenium WebDriver

Selenium WebDriver supports dynamic web pages where page elements may change without reloading the page. Selenium WebDriver supplies developers with a well-designed object-oriented API with enhanced support for advanced problems of web application testing. Here we are trying to exhibit how to use Selenium to access GUI objects with web applications.