[Developers_For_Ever] Research Assistant in Real-Time Systems‏ Required in Saudi Arabia

Wednesday, December 28, 2011

 

__._,_.___
Recent Activity:
Kindly visit my Blog http://amrsaafan.blogspot.com
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

Re: [agile-testing] Failed test automation studies

 

Hi,

I've seen a lot of failed test automation projects :-) ...but don't know about an official study.
By the way, what kind of automation do you mean? Unit, Modul, Interface, Services, Load/Performance or GUI tests? If you think about GUI test automation you might find this link (http://www.agilerecord.com/agilerecord_01.pdf @see Page 16) useful.

All of you a happy and agile new year!
Cheers
uli

-------- Original-Nachricht --------
> Datum: Sat, 24 Dec 2011 10:59:18 +0100
> Von: "Markus Gärtner" <mgaertne@googlemail.com>
> An: "agile-testing@yahoogroups.com" <agile-testing@yahoogroups.com>
> Betreff: Re: [agile-testing] Failed test automation studies

> Hi Frank,
>
> not studies, but Gojko Adzic has the same claim in both, Specification by
> Example and Bridging the Communication Gap. Elfriede Dustin also had
> similar experiences, but Indon't remember the references.
>
> Best Markus
>
> --
> Dipl.-Inform. Markus Gärtner
>
> it-agile GmbH
> Paul-Stritter-Weg 5, D-22297 Hamburg
>
> Geschäftsführer: Henning Wolf, Jens Coldewey
> Handelsregister Hamburg, HRB: 92261
> Umsatzsteuer-Identifikationsnummer: DE239483021
>
> Fon: +49 40 88173-300
> Fax: +49 40 88173-333
> Mobile: +49 172 4297613
> E-Mail: markus.gaertner@it-agile.de
>
> http://www.it-agile.de
>
>
> On 24.12.2011, at 08:11, Frank Cohen <frank@pushtotest.com> wrote:
>
> > Hi Agileistas!
> >
> > Has anyone done a study of failed test automation projects? I am
> searching for such a study to understand the results and help me make my case. In
> my experience the organizations I sered that choose a tool without a test
> methodology were more likely to fail. Anyone know of a study like this?
> >
> > -Frank
> >
> > ---
> > Frank Cohen
> > PushToTest, the Open Source Test (OST) Company
> > fcohen@pushtotest.com
> > http://www.pushtotest.com
> > Phone: (408) 364-5508
> >
> >
> >
> > ------------------------------------
> >
> > Yahoo! Groups Links
> >
> >
> >
>
>
> ------------------------------------
>
> Yahoo! Groups Links
>
>
>

--
\//
@@ <<<<<<<<<<< u.f.h@gmx.de >>>>>>>>>>>>
~
ulrich freyer-hirtz
engineer and musician

margarethenstr. 62
D-47198 duisburg
+49 (0) 2066 / 502848
+49 (0) 172 / 8356750
<<<<<<<<<<<<<<<<< U F H >>>>>>>>>>>>>>>>

NEU: FreePhone - 0ct/min Handyspartarif mit Geld-zurück-Garantie!
Jetzt informieren: http://www.gmx.net/de/go/freephone

__._,_.___
Recent Activity:
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

[Developers_For_Ever] Java Developers Required in UAE

 

We are a professional services company looking to hiring a Java developer in UAE as anoutsource with the following specifications
Purpose of the Role:
* To assist in building the enhancement of the company's current system.
* Web portal implementation based on WCMS.
* Create new tools as business requires to be used internally.
* Writing and coding individual programs from specific requirements.
Reporting to:
* Team Leader
* Project Manager
Job Responsibilities:
* Perform all steps of the software development life cycle from high level requirements gathering to preparing for project deployment.
* Complete technical development and integration projects that are based on agreed specifications, timelines, and milestones.
* Recommend and apply appropriate software engineering methodologies and best practices as a framework for software development projects.
* Develop software using primarily J2EE web services and other programming languages.
* Serve as a technical resource to other group members and the organization at large.
* Follow defined project management methodologies.
* Test the programs and make amendments
* Prepare reports on the status, operation and maintenance of system software
* Constantly updating technical knowledge and skills by attending in-house and/or external courses, reading manuals and accessing new applications
* Problem-solving and thinking laterally as part of a team, or individually, to meet the needs of the project.
Key Result Areas:
* Application Performance, Stability.
* Meeting project timelines
* Bug Fixing in the projects
* Execution of daily operations.

 
Regards,
Saqib Rasheed

__._,_.___
Recent Activity:
Kindly visit my Blog http://amrsaafan.blogspot.com
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

Re: [Developers_For_Ever] need help

 

You can use WCF Service to downlad and get data from your website.
 
Thanks a lot for your Time and Collaboration.
 
Muhammad Makhaly
Senior .Net Developer

From: Ahmed Hussien <abu_rhma2008@yahoo.com>
To: Hany Ouf <eng.hany.ali@gmail.com>
Cc: "developers_for_ever@yahoogroups.com" <developers_for_ever@yahoogroups.com>
Sent: Wednesday, December 28, 2011 3:46 PM
Subject: Re: [Developers_For_Ever] need help

 
the following code work will when client PC connect direct to internet   
************************
  Ping png = new System.Net.NetworkInformation.Ping();
        PingReply pngRep;

 pngRep = png.Send("www.aaa.com", 5000);
                    if (pngRep != null)
                    {
                        switch (pngRep.Status)
                        {
                            case IPStatus.Success:
                               
                                tSearch4Updae.Enabled = true;
                                break;
                            case IPStatus.TimedOut: MessageBox.Show("Request timed out.     " + "\n\n" + "الإتصال بالموقع رديء  ......  برجاء اعادة المحاولة لاحقاً");
                                pg.Value = 0;
                                tProgBar.Enabled = false;
                                Label1.Text = "الإتصال بالموقع رديء برجاء اعادة المحاولة لاحقاً";
                                break;
                            default:
                                MessageBox.Show("لايوجد اتصال بالإنترنت");
                                Label1.Text = "لايوجد اتصال بالإنترنت";
                                break;
                        }
But when client PC  connect through proxy server
I got default message from switch case
MessageBox.Show("لايوجد اتصال بالإنترنت");
------------------------------------------------------------------
Wa 3alikom Al-Salam

You should send the peace of code that do the connection to the web site.



On Sat, Dec 24, 2011 at 3:15 PM, Ahmed Hussien <abu_rhma2008@yahoo.com> wrote:
 

Dear All,

Alslamo alykom

I have C#  disk top application  to connect with my web site on the internet.
this application read data and download files from my web site it is work well.
but when this application work on PCs that connect to internet through proxy server it not work.
the question is: how to make my disk top program take default connection or proxy setting from internet explorer ?
/







__._,_.___
Recent Activity:
Kindly visit my Blog http://amrsaafan.blogspot.com
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

Re: [Developers_For_Ever] need help

 

the following code work will when client PC connect direct to internet   
************************
  Ping png = new System.Net.NetworkInformation.Ping();
        PingReply pngRep;

 pngRep = png.Send("www.aaa.com", 5000);
                    if (pngRep != null)
                    {
                        switch (pngRep.Status)
                        {
                            case IPStatus.Success:
                               
                                tSearch4Updae.Enabled = true;
                                break;
                            case IPStatus.TimedOut: MessageBox.Show("Request timed out.     " + "\n\n" + "الإتصال بالموقع رديء  ......  برجاء اعادة المحاولة لاحقاً");
                                pg.Value = 0;
                                tProgBar.Enabled = false;
                                Label1.Text = "الإتصال بالموقع رديء برجاء اعادة المحاولة لاحقاً";
                                break;
                            default:
                                MessageBox.Show("لايوجد اتصال بالإنترنت");
                                Label1.Text = "لايوجد اتصال بالإنترنت";
                                break;
                        }
But when client PC  connect through proxy server
I got default message from switch case
MessageBox.Show("لايوجد اتصال بالإنترنت");

------------------------------------------------------------------
Wa 3alikom Al-Salam

You should send the peace of code that do the connection to the web site.



On Sat, Dec 24, 2011 at 3:15 PM, Ahmed Hussien <abu_rhma2008@yahoo.com> wrote:
 

Dear All,

Alslamo alykom

I have C#  disk top application  to connect with my web site on the internet.
this application read data and download files from my web site it is work well.
but when this application work on PCs that connect to internet through proxy server it not work.
the question is: how to make my disk top program take default connection or proxy setting from internet explorer ?
/





__._,_.___
Recent Activity:
Kindly visit my Blog http://amrsaafan.blogspot.com
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

[eFreshers] Oracle Walk-in: Jan 2, 2012 | XL Dynamics Walk-in: Dec 31 | Webtel Electrosoft | Orchid

 

Hello,


Oracle Walk-in: Jan 2, 2012 | XL Dynamics Walk-in: Dec 31 | Webtel Electrosoft | Orchid


http://www.efreshers.com/job-lists/jobs/1325079087.php



Reliance Walk-in: Dec 29 - 30 | Convergys, Effort BPO Walk-ins: Dec 29 - 30 | Indegene Opening


http://www.efreshers.com/job-lists/jobs/1325078585.php



Samsung Recruits | Crest Premedia Walk-in: Dec 29 - 30 | Briskon Software | Tablets India


http://www.efreshers.com/job-lists/jobs/1325078350.php



Genpact Recruits | Knack Global Walk-in: Dec 29 - 30 | Bevcon Wayovs | ADI Softech Opening


http://www.efreshers.com/job-lists/jobs/1325077933.php



eClerx (MNC) Recruits | EXL Servicescom Walk-in: Dec 29 - 31 | Fulcrum Global | Sellcraft Softech


http://www.efreshers.com/job-lists/jobs/1325075639.php



SafeNet (MNC) Recruits | NIIT Walk-in: Dec 29 | SLK Global Walk-in: Dec 29 - 31 | Fortis Opening


http://www.efreshers.com/job-lists/jobs/1325075343.php



IDS Infotech (MNC) Walk-in: Dec 29 - 31 | Firstsource Walk-in: Dec 29 - 30 | Cybernet | Apollo


http://www.efreshers.com/job-lists/jobs/1325073775.php



Ocwen (MNC) Walk-in: Dec 29 - 31 | DiTech Walk-in: Dec 29 - 30 | TransDyne | ZTE Telecom


http://www.efreshers.com/job-lists/jobs/1325072014.php



IBM Offcampus & TCS Recruitment - Register & Apply from Shine.com



Regards


eFreshers.com Team

__._,_.___
Recent Activity:
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

[eFreshers] Reliance Walk-in: Dec 29 - 30 | Convergys, Effort BPO Walk-ins: Dec 29 - 30 | Indegene Opening

 

Hello,


Reliance Walk-in: Dec 29 - 30 | Convergys, Effort BPO Walk-ins: Dec 29 - 30 | Indegene Opening


http://www.efreshers.com/job-lists/jobs/1325078585.php



Samsung Recruits | Crest Premedia Walk-in: Dec 29 - 30 | Briskon Software | Tablets India


http://www.efreshers.com/job-lists/jobs/1325078350.php



Genpact Recruits | Knack Global Walk-in: Dec 29 - 30 | Bevcon Wayovs | ADI Softech Opening


http://www.efreshers.com/job-lists/jobs/1325077933.php



eClerx (MNC) Recruits | EXL Servicescom Walk-in: Dec 29 - 31 | Fulcrum Global | Sellcraft Softech


http://www.efreshers.com/job-lists/jobs/1325075639.php



SafeNet (MNC) Recruits | NIIT Walk-in: Dec 29 | SLK Global Walk-in: Dec 29 - 31 | Fortis Opening


http://www.efreshers.com/job-lists/jobs/1325075343.php



IDS Infotech (MNC) Walk-in: Dec 29 - 31 | Firstsource Walk-in: Dec 29 - 30 | Cybernet | Apollo


http://www.efreshers.com/job-lists/jobs/1325073775.php



Ocwen (MNC) Walk-in: Dec 29 - 31 | DiTech Walk-in: Dec 29 - 30 | TransDyne | ZTE Telecom


http://www.efreshers.com/job-lists/jobs/1325072014.php



Trigent (MNC) Recruits | Muthoot Group Walk-in: Dec 31 | BMC Software | S2 Infotech


http://www.efreshers.com/job-lists/jobs/1325070196.php



Ad: Send Free SMS to your Friends


http://www.spicesms.com



Regards


eFreshers.com Team

__._,_.___
Recent Activity:
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

[eFreshers] Genpact Recruits | Knack Global Walk-in: Dec 29 - 30 | Bevcon Wayovs | ADI Softech Opening

 

Hello,


Genpact Recruits | Knack Global Walk-in: Dec 29 - 30 | Bevcon Wayovs | ADI Softech Opening


http://www.efreshers.com/job-lists/jobs/1325077933.php



eClerx (MNC) Recruits | EXL Servicescom Walk-in: Dec 29 - 31 | Fulcrum Global | Sellcraft Softech


http://www.efreshers.com/job-lists/jobs/1325075639.php



SafeNet (MNC) Recruits | NIIT Walk-in: Dec 29 | SLK Global Walk-in: Dec 29 - 31 | Fortis Opening


http://www.efreshers.com/job-lists/jobs/1325075343.php



IDS Infotech (MNC) Walk-in: Dec 29 - 31 | Firstsource Walk-in: Dec 29 - 30 | Cybernet | Apollo


http://www.efreshers.com/job-lists/jobs/1325073775.php



Ocwen (MNC) Walk-in: Dec 29 - 31 | DiTech Walk-in: Dec 29 - 30 | TransDyne | ZTE Telecom


http://www.efreshers.com/job-lists/jobs/1325072014.php



Trigent (MNC) Recruits | Muthoot Group Walk-in: Dec 31 | BMC Software | S2 Infotech


http://www.efreshers.com/job-lists/jobs/1325070196.php



Laserwords (MNC) Recruits | Datamatics Walk-in: Dec 29 - 30 | Growel Softech | Fortunesoft


http://www.efreshers.com/job-lists/jobs/1325069715.php



MPhasis Walk-in: Dec 28 - 30 | Xchanging Walk-in: Jan 2 | Collabera | Max New York


http://www.efreshers.com/job-lists/jobs/1324994177.php



Ad: Send Free SMS to your Friends


http://www.spicesms.com



Regards


eFreshers.com Team

__._,_.___
Recent Activity:
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

[eFreshers] SafeNet (MNC) Recruits | NIIT Walk-in: Dec 29 | SLK Global Walk-in: Dec 29 - 31 | Fortis Opening

 

Hello,


SafeNet (MNC) Recruits | NIIT Walk-in: Dec 29 | SLK Global Walk-in: Dec 29 - 31 | Fortis Opening


http://www.efreshers.com/job-lists/jobs/1325075343.php



IDS Infotech (MNC) Walk-in: Dec 29 - 31 | Firstsource Walk-in: Dec 29 - 30 | Cybernet | Apollo


http://www.efreshers.com/job-lists/jobs/1325073775.php



Ocwen (MNC) Walk-in: Dec 29 - 31 | DiTech Walk-in: Dec 29 - 30 | TransDyne | ZTE Telecom


http://www.efreshers.com/job-lists/jobs/1325072014.php



Trigent (MNC) Recruits | Muthoot Group Walk-in: Dec 31 | BMC Software | S2 Infotech


http://www.efreshers.com/job-lists/jobs/1325070196.php



Laserwords (MNC) Recruits | Datamatics Walk-in: Dec 29 - 30 | Growel Softech | Fortunesoft


http://www.efreshers.com/job-lists/jobs/1325069715.php



MPhasis Walk-in: Dec 28 - 30 | Xchanging Walk-in: Jan 2 | Collabera | Max New York


http://www.efreshers.com/job-lists/jobs/1324994177.php



eZeeCloud (MNC) Recruits | Spice BPO Walk-in: Dec 28 - 31 | Kotak Mahindra | Senate Technologies


http://www.efreshers.com/job-lists/jobs/1324993967.php



Alcatel-Lucent Recruits | Thomson Digital Walk-in: Dec 28 - 30 | Angel Broking | Net Ambit


http://www.efreshers.com/job-lists/jobs/1324992944.php



Ad: Send Free SMS to your Friends


http://www.spicesms.com



Regards


eFreshers.com Team

__._,_.___
Recent Activity:
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___