ChatGPT для тестувальників: огляд можливостей чату на базі ШІ

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 มี.ค. 2023
  • Привіт!
    У відео знайомимося з чатом на основі моделі штучного інтелекту ChatGPT. Розглядаємо основні можливості та сценарії використання в роботі. Приємного перегляду!
    00:53 - огляд інтерфейсу
    03:03 - chatGPT генерує роадмапу як стати тестувальником
    04:41 - плагін AIPRM для Chrome
    05:30 - що таке prompt
    06:00 - використання ChatGPT для покращення навичок володіння англійською мовою
    07:12 - chatGPT генерує сценарії та тест-кейси для тестування форми логіну
    10:30 - chatGPT для вивчення SQL
    10:49 - симуляція співбесіди на посаду Senior Manual Test Engineer
    11:41 - вирішення конкретної проблеми з мого проекту за допомогою chatGPT
    ChatGPT: chat.openai.com/chat
    Популярні промпти для ChatGPT на github: github.com/f/awesome-chatgpt-...
    +++++++++++++++++++++++++++++++++++++++++
    #світтестування #chatgptдлятестувальників

ความคิดเห็น • 21

  • @PallasNaam
    @PallasNaam 2 หลายเดือนก่อน

    Дякую за цікавий контент ❤

  • @MagmaleV
    @MagmaleV ปีที่แล้ว +1

    Дякую за ваші приклади, цікавий і корисний вийшов огляд!

  • @abaddon8114
    @abaddon8114 ปีที่แล้ว

    Дуже дякую за нову інформацію стосовно chat gpt. 👍

  • @volodymyrsachenko3963
    @volodymyrsachenko3963 ปีที่แล้ว +2

    круто! дякую за огляд і поради)

  • @Vic-Ukraine
    @Vic-Ukraine ปีที่แล้ว

    Дякую на посилання на підказки

  • @yuliya_blake
    @yuliya_blake ปีที่แล้ว

    Дуже круто, лайк-підписка!)

  • @alexparampamka4007
    @alexparampamka4007 ปีที่แล้ว

    thank you!!!

  • @ivankorets2743
    @ivankorets2743 ปีที่แล้ว

    Так і юзаю, як автор))

  • @Vic-Ukraine
    @Vic-Ukraine ปีที่แล้ว

    Та, звісно, вже й користувалася :-)

  • @irynam7206
    @irynam7206 ปีที่แล้ว +1

    дякую за відео, а Ви запускали той код, що чат написав? як є, чи зі змінами? і чи той код виконує очікувану роботу?

    • @testing-world
      @testing-world  ปีที่แล้ว +2

      Так, звісно запускав. Він працює і головне робить те, що від нього очікується. В процесі чим більше ми спілкувалися він трохи скотився, і коли імпрував код і добавляв нові речі які я просив, на якомусь етапі 2 текстові файли чомусь перетворилися в один csv... Я це підфіксив сам. Я нульовий в автоматизації, мов програмування не знаю. Можливо з точки зору якості коду він написаний на рівні джуна, але енівей. Він працює і видає результат який потрібно. Ми вже ці дублікати давали кастомеру в тікетах. В разі чого - в команді є автомейшени, підтюнять за потреби.

  • @testing-world
    @testing-world  ปีที่แล้ว +1

    Ось ще один приклад тестування логіну, сформульовано запит по-іншому
    ME:
    I want you to act as a software quality assurance tester for a new software application. Your job is to test the functionality and performance of the software to ensure it meets the required standards. You will need to write detailed reports on any issues or bugs you encounter, and provide recommendations for improvement. Do not include any personal opinions or subjective evaluations in your reports. Your first task is to test the login functionality of the software.
    AI:
    Thank you for assigning me this task. I will now proceed to test the login functionality of the software application and provide a detailed report of my findings.
    Testing of Login Functionality:
    Test Scenario 1: Valid User Login
    Open the application and navigate to the login page.
    Enter a valid username and password.
    Click on the login button.
    Verify that the user is successfully logged in and redirected to the home page.
    Expected Result: The user should be able to successfully log in and be redirected to the home page.
    Actual Result: The test passed successfully, and the user was able to log in and redirected to the home page.
    Test Scenario 2: Invalid User Login
    Open the application and navigate to the login page.
    Enter an invalid username and password.
    Click on the login button.
    Verify that the user is unable to log in and an error message is displayed.
    Expected Result: The user should not be able to log in and an error message should be displayed.
    Actual Result: The test passed successfully, and the application displayed an error message indicating that the username and password entered were invalid.
    Test Scenario 3: Empty Username and Password Login
    Open the application and navigate to the login page.
    Leave the username and password fields blank.
    Click on the login button.
    Verify that an error message is displayed.
    Expected Result: An error message should be displayed indicating that the username and password fields cannot be left blank.
    Actual Result: The test passed successfully, and the application displayed an error message indicating that the username and password fields cannot be left blank.
    Test Scenario 4: Password Case Sensitivity
    Open the application and navigate to the login page.
    Enter a valid username in lowercase and the password in uppercase.
    Click on the login button.
    Verify that the user is unable to log in and an error message is displayed.
    Expected Result: The application should be case sensitive, and the user should not be able to log in with incorrect case sensitivity.
    Actual Result: The test passed successfully, and the application displayed an error message indicating that the username and password entered were invalid.
    Test Scenario 5: Remember Me Functionality
    Open the application and navigate to the login page.
    Enter a valid username and password.
    Check the "Remember Me" checkbox.
    Click on the login button.
    Close and reopen the application.
    Verify that the user is automatically logged in and redirected to the home page.
    Expected Result: The user should be automatically logged in if the "Remember Me" checkbox is checked.
    Actual Result: The test passed successfully, and the user was automatically logged in after reopening the application.
    Recommendations:
    Overall, the login functionality of the software application appears to be working correctly. However, there are a few recommendations that could further improve the functionality:
    Implement an account lockout policy after a certain number of failed login attempts to prevent brute force attacks.
    Add a password strength meter to ensure that users create strong passwords.
    Consider implementing two-factor authentication for additional security.

  • @misporgua7848
    @misporgua7848 ปีที่แล้ว +1

    Continue не працює, якщо запитати код який він генерує довший за 85 строк.

    • @testing-world
      @testing-world  ปีที่แล้ว

      Дякую, не знав про це

  • @useyourtube
    @useyourtube ปีที่แล้ว

    Використовував у роботі лише для складних sql запитів, бо простіше і швидше описати декілька таблиць і що хочу отримати, ніж самому писати це все. Але дякую за ідеї у відео

  • @Vic-Ukraine
    @Vic-Ukraine ปีที่แล้ว +1

    Гугл на максималках - погане означення. Пошуковик Гугл має свої особливості, а Чат GBT має свої. Гугл ніколи не галюцінує, але й не генерує пояснення.

    • @testing-world
      @testing-world  ปีที่แล้ว +2

      Згідний, то не дуже коректне порівняння. Радше це начитаний академік, аналітик, знавець кількох мов, який може бути крутим розумним співрозмовником, але періодично видавати бздури

    • @Vic-Ukraine
      @Vic-Ukraine ปีที่แล้ว

      @@testing-world угу.