How to Configure Codeception?

In this article we are going to see how can we configure codeception for different configurations. As we know, codeception has different modules (you can know more detail from this post) and we can basically have three main suits if we initiate test cases(see this post to know how to... [Read More]
Tags: Codeception

How to Run Test in Codeception?

In this article we are going to see the Test running command. From my previous article we know about initiating test case. Now its time to run. I will write commands for running in different ways. In command prompt (change directory to root of the project where we have the... [Read More]
Tags: Codeception

How to enable/disable modules in Codeception?

 In this article, we are going to see how to enable different modules in codeception. As we know codeception has different modules like selenium, selenium2, webdriver, PHP browser, facebook, Symfony1 etc, so when we need those, we have to activate. Then, why we need those?. Actually these modules increases the... [Read More]
Tags: Codeception

How to create PHPUnit Test Case in Codeception?

In this article we are going to see very simple command to generate PHPUnit test case in CodeCeption. As we know, codeception build on PHP Unit, so it support all type of PHP Unit test case. That means, the test case will contain setup and teardown method for test initialization... [Read More]
Tags: Codeception

How to initiate CodeCeption Test Suite?

In this article we are going to see commands on how to start CodeCeption Test by initiating Test Suit. In this part we will see A. How to install codeception? and B. How to generate test suite ? in Two ways.As we know, in codeception test, a Test Suite will... [Read More]
Tags: Codeception

How to install GIT in Windows

In this article, we are going to learn about how to install GIT system in windows. Specifically Git and GitHub Client. The main goal is to make a software development environment with GIT.As we know, GIT is a file management system with version controlling. We will use git to manage... [Read More]

How to setup PHP Extensions in windows?

In this article we are going learn about how can we install PHP extensions? In my previous post we have learned about how to set up PHP in windows, no we will install PHP extensions. PHP is very renounced web development framework. As it went older, many open source projects... [Read More]

How to install Apache Ant in windows7?

In this article we are going to see how can we install Apache Ant in our windows7 PC. I will to keep the step in generalizing form so that if we follow same method, we should be able to install in all other operation systems. Step 1 : Download necessary... [Read More]

How to get SQL Server instances from network?

In this article we are going to see how can we get SQL server instance shared in LAN(Loca Area Network). This is a technical code post. I am using VS 2010. And I will show how to do that. I have used Authentication mode for SQL Server(to keep it generalizing... [Read More]
Tags: DotNet

How to install calabash in windows or Linux?

In this article we are going to see how can we install calabash(android/ios) in our PC(windows , Linux).Before starting, we need to know what is calabash? I will discuses spatially about calabash-android. Calabash is mainly mobile test tool similar to cucumber.( let's assume mobile version of cucumber). Calabash-android is specific... [Read More]

How to connect Ubuntu Desktop Remotely

In this article we are going to see how to connect to Ubuntu Desktop (server/workstation) Remotely.Why this is necessary? It is spatially needed for a novice Linux command known person like me to manage the Ubuntu remotely. I found that very useful for me, so I though I should share.Unlike... [Read More]