Size: a a a

2021 August 10

s

syclon in QA Alliance
хвостик да, в ж))
источник

IG

Igor Gruziev in QA Alliance
Из жопки хвостик, если мы про те самые хвостики)))
источник

В

Вовка in QA Alliance
так ты ж идешь в какое-то место, где больше всего нужны твои скиллы, а следовательно и зп…
То есть ты так и так затачиваешь под место…
И дальше будешь искать место под свои скиллы, я чет сомневаюсь что ты с 3+ годами опыта в автоматизации, свалишь на позицию куа аналитика, где из кода только шуточки в мессенджере)
источник

K

Korwwyn in QA Alliance
Может и так быть. Я, скорее, ориентируюсь глобально в направлениях и технологиях что мне интересны, а потом уже под свои скиллы подбираю место. При этом, конечно, я смотрю на скиллсет интересных мне людей или позиций.
источник

В

Вовка in QA Alliance
А никто не подскажет ссылку на адекватный перевод силабуса для ISQTB Foundation Lvl
источник

IG

Igor Gruziev in QA Alliance
А на официальном сайте нет, что ли?
источник

В

Вовка in QA Alliance
Просто на оф сайте англ версия идет 3.1, а на русском как я понимаю 2.3
источник

IG

Igor Gruziev in QA Alliance
Русский перевод не слишком хвалили, насколько я помню
источник

S1

Sceptic 1234 in QA Alliance
там и оригинал не слишком-то хвалят
источник

IG

Igor Gruziev in QA Alliance
Это само собой)
источник

AD

Anastasiya Dragun in QA Alliance
@Archieru памагити, нас хотят снова озолотить
источник

GC

Greg Curly in QA Alliance
Ну вот зачем вы вчера про яхты говорили… мне в инсте теперь реклама такая высвечивается… зашёл в чатик… 🙈
источник

AD

Anastasiya Dragun in QA Alliance
Ну да, а мне работа в финтех стартапе (спасибо, ага)
источник

GC

Greg Curly in QA Alliance
Ну вот и обменялись любезностями 🙈😂
источник

IG

Igor Gruziev in QA Alliance
Тебе подкинуть варианты?)))
источник

AD

Anastasiya Dragun in QA Alliance
источник

IG

Igor Gruziev in QA Alliance
источник

GC

Greg Curly in QA Alliance
Какой ламповый чат, и как так с уважением относятся к коллегам ❤️😂💪🏻
источник

S1

Sceptic 1234 in QA Alliance
что думаете про генерёжку апи тестов через опен апи спецификейшон?
источник
2021 August 11

SB

S B in QA Alliance
#QA_question
Привет всем!
Я только начала изучать Cucumber и сразу столкнулась с проблемой(
Может кто сможет помочь пожалуйста
Решила copy-paste сделать проект из инет но и он не запускается

Ошибка выходит такая:
Step undefined
You can implement this step and 2 other step(s) using the snippet(s) below:

Given("today is {string}", (String string) -> {
   // Write code here that turns the phrase above into concrete actions
   throw new io.cucumber.java8.PendingException();
});
When("I ask whether it's Friday yet", () -> {
   // Write code here that turns the phrase above into concrete actions
   throw new io.cucumber.java8.PendingException();
});
Then("I should be told {string}", (String string) -> {
   // Write code here that turns the phrase above into concrete actions
   throw new io.cucumber.java8.PendingException();
});


Step skipped

Step skipped

Step undefined
You can implement this step and 2 other step(s) using the snippet(s) below:

Given("today is {string}", (String string) -> {
   // Write code here that turns the phrase above into concrete actions
   throw new io.cucumber.java8.PendingException();
});
When("I ask whether it's Friday yet", () -> {
   // Write code here that turns the phrase above into concrete actions
   throw new io.cucumber.java8.PendingException();
});
Then("I should be told {string}", (String string) -> {
   // Write code here that turns the phrase above into concrete actions
   throw new io.cucumber.java8.PendingException();
});


Step skipped

Step skipped

Step undefined
You can implement this step and 2 other step(s) using the snippet(s) below:

Given("today is {string}", (String string) -> {
   // Write code here that turns the phrase above into concrete actions
   throw new io.cucumber.java8.PendingException();
});
When("I ask whether it's Friday yet", () -> {
   // Write code here that turns the phrase above into concrete actions
   throw new io.cucumber.java8.PendingException();
});
Then("I should be told {string}", (String string) -> {
   // Write code here that turns the phrase above into concrete actions
   throw new io.cucumber.java8.PendingException();
});


Step skipped

Step skipped

Undefined scenarios:
file:///C:/proj/CucumberTest/src/test/java/Feature/Login.feature:11 # Today is or is not Friday
file:///C:/proj/CucumberTest/src/test/java/Feature/Login.feature:12 # Today is or is not Friday
file:///C:/proj/CucumberTest/src/test/java/Feature/Login.feature:13 # Today is or is not Friday

3 Scenarios (3 undefined)
9 Steps (6 skipped, 3 undefined)
0m0,493s
источник