Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Visualize Test Suite Outcomes | System Interaction and Test Automation
Python for Automation Engineers
セクション 3.  7
single

single

bookChallenge: Visualize Test Suite Outcomes

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

You are given a dictionary containing test names as keys and their outcomes ("passed" or "failed") as values. Your goal is to analyze and visualize the results using a bar chart. This exercise builds on your understanding of reporting and visualization for automation.

  • Count how many tests have the outcome "passed".
  • Count how many tests have the outcome "failed".
  • Plot a bar chart with the counts for "Passed" and "Failed".
  • Label the x-axis as "Test Outcome" and the y-axis as "Number of Tests".
  • Add the title "Test Suite Outcomes" to the chart.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 3.  7
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt