Отправляет email-рассылки с помощью сервиса Sendsay
  Все выпуски  

Hiring Mid to Sr. Java / J2EE Developers in Kiev - Cogniance



Software-Testing.Ru - портал тестировщиков  

Новые темы форума тестировщиков


Hiring Mid to Sr. Java / J2EE Developers in Kiev - Cogniance
2011-04-22 14:02
Cogniance, Inc is a privately owned IT consulting company based in Menlo Park, CA.

At the moment we are working on several exciting innovative projects such as a development of online, fully integrated mobile marketing and advertising platform. It is built on a modular architecture designed to handle the full lifecycle of mobile marketing and advertising.

We are currently looking to expand our team and invite professional Java Developers to join us.

At Cogniance we always support continuous learning and development of our employees. We always encourage our employees to expand their technical knowledge. In addition, we have launched Cogniance Academy program where one can acquire knowledge in one of Android/iPhone areas with our dedicated senior developers.

Requirements:
∙ English: Upper-Intermediate
∙ 3+ years of experience building Java applications
∙ J2EE (EJB or Spring, DB, XML, SOAP/REST)
∙ Strong level of OOP/OOD
∙ *nix experience
∙ DB skills

Location: Kiev

We offer: competitive salary, bonuses, extensive career plan, medical insurance, flexible working hours, vacation, English courses, great team and challenging projects.

If you’re interested, feel free to contact me at +38 098 639 3771 or via email: nnimchuk@cogniance.com

Natalie Nimchuk


работа с БД
2011-04-22 18:13
Всем привет.
Есть такая проблема:
есть функция в IDE которая выполняет запрос в БД. она полностью работает.

ее код
public static boolean changePassword() {
String url = "jdbc:postgresql://localhost/test";
Properties props = new Properties();
props.setProperty("user","fred");
props.setProperty("password","secret");


PreparedStatement stmt = null;


try {
Connection conn = DriverManager.getConnection(url, props);
stmt = conn.prepareStatement("UPDATE...");
stmt.execute();
return true;
}
catch (SQLException e) {
return false;
}
}

мне необходимо вызвать ее в FitNesse
!|DataBase|
|changePassword|


вот почему-то тест падает. может как-то с БД надо работать по-другому?

QTP Репетитор
2011-04-23 17:29
Здравствуйте! Меня зовут Валентин и мне необходимо как можно скорее найти человека, готового заниматься со мной QTP и помочь освоить автоматизированное тестирование в Санкт-Петербурге. Есть небольшие навыки тестирования, закончил курсы тестирования. Если кто-то заинтересовался, пишите: ibeatnorris@gmail.com


© 2010 | Software-Testing.Ru


В избранное