Releases: latteart-org/latteart
Releases · latteart-org/latteart
v2.15.5
機能改善
- Node版、実行ファイル(exe)版の各方式にリリース対応
- テスト記録開始時のウィンドウサイズを指定可能に
- 記録画面フッターの機能をメニュー表示化
- 記録画面フッターのボタンに機能の説明を付与
- 自動操作セットの登録時、自動操作非対応の操作が含まれている場合のエラーメッセージを改善
バグ修正
- 記録時に素早く操作するとチェックボックス操作が正しく記録されないことがある
- テスト結果のインポート時、一定の容量(100MB)を超えるとインポートできない
- 入力値一覧に入力値が反映されない場合がある
- iframeを含む画面の自動入力が正しく実行されない
- 比較結果ダイアログで比較結果の通番がずれている
- 記録画面上のスクリーンショット保存ボタンを押下してもダウンロードが実行されない
- 「pause_capturing」中に画面遷移しているテスト結果をリプレイ(自動操作)すると途中で止まる
- ストーリー画面でレビュー実行すると不明なエラーが出ることがある
- 「start_capturing」等の行に気づきが追加できてしまうことで、シーケンス図・入力値一覧のメモ一覧ダイアログ上で気づきが正しく表示されない
- ストーリー画面の気づき詳細ダイアログで、ラベルを外した後にキャンセルボタンを押しても変更が保存されてしまう
- 最近読み込んだストーリーのレビュー対象に無関係なIDが表示されることがある
- リプレイ・自動操作・自動入力実行中にその他のボタンが押下可能となっており、エラーを招く恐れがある
- テスト記録画面から呼び出せる機能でエラーが発生した際、メニューを開いていないとダイアログが表示されない
- latteart-repositoryのAPIドキュメント内にURLエンコードされた文字列が含まれている
- その他軽微なUI改善
- 設定画面の自動入力・自動操作の内容を閉じることができず、縦に非常に長くなってしまい見づらい
- テストヒントのカスタムフィールド編集画面の要素の順序を入れ替えても開閉状態が維持される
- テストマトリクス編集の「テスト観点」の項目の順序を入れ替えても開閉状態が維持される
- 比較結果の表題のテキストが表示されない
- 画面遷移図モデルのボタンと図が重なって表示される
- シーケンス図モデルの横スクロールが下の領域に重なって表示される
- 「気づき」「テスト目的」の表記揺らぎ修正
- ストーリー画面からテスト結果を取り外すダイヤログで文字が見切れる
Improvements
- Release support for Node and executable file (exe) versions.
- Enabled to specify window size at the start of test capturing.
- Menu display of features in the footer of the capturing screen.
- Added description of features to buttons in footer of capturing screen.
- Improved error message when registering an automatic operation set that includes operations not supported by automatic operation..
Bug fixes
- Check box operation may not be captured correctly when operating quickly during test capture.
- When importing test results, if the capacity exceeds a certain size (100MB), import cannot be performed
- Input values may not be reflected in the input value list.
- Automatic input feature for screens containing iframes did not work correctly.
- Serial numbers of comparison results are out of alignment in the comparison results dialog
- Downloading is not executed after clicking the “Save Screenshot” button on the recording screen
- Replay (automatic operation) of a test result that is transitioning between screens during “pause_capturing” stops midway.
- Unknown error sometimes occurs when review is executed on the story screen.
- Notices are not displayed correctly on the memo list dialog of sequence diagram and input value list because notices can be added to lines such as “start_capturing”.
- In the Story screen's notice details dialog, changes are saved even if the Cancel button is pressed after removing a label.
- Unrelated IDs are sometimes displayed as review targets for recently read stories
- Other buttons can be pressed during replay, auto-operation, and auto-entry, which may lead to errors
- When an error occurs in a feature that can be called from the test capturing screen, a dialog does not appear unless the menu is open.
- URL-encoded strings are included in the API document of latteart-repository.
- Other minor UI improvements
- The contents of the auto-input and auto-operation of the configuration screen cannot be closed, making it very long vertically and difficult to read.
- The open/close state is maintained even if the order of elements in the Custom Fields edit screen of Test Hints is rearranged.
- The open/close state is maintained even if the order of items in the “Test Point of View” of the test matrix edit is rearranged.
- The text of the title of the comparison result is not displayed.
- Buttons and diagrams in the screen transition diagram model are overlapped.
- Horizontal scrolling of sequence diagram model overlapped with the lower area.
- Correction of “ Findings” and “Test Purpose” notations.
- Text is missing in dialog for removing test results from story screen.
v2.15.4
機能改善
- 設定をユーザー設定・プロジェクト設定に分類
- ユーザー設定のインポート・エクスポートを追加
- スナップショットにおいて出力時の設定を確認可能に
- 操作一覧のコンテキストメニューを改善
バグ修正
- 操作履歴の通番のソートができない
- テスト結果比較実行時、数値の入力でエラーが発生
- 操作履歴より気づきの1つ目を編集すると2つ目以降の気づきが表示されない
- 画面遷移図下部の入力値一覧において、半角英数の長い文字列が改行されない
- テスト記録画面のフッタからテスト目的を連続で複数設定すると、正しくない操作に目的が紐づく
- スナップショットでカバレッジ率がすべて0%になってしまう
- その他軽微なUI改善
- 設定画面でリポジトリURLを変更し、元に戻そうとした際、元のURLが候補に表示されない
- スナップショットのストーリー画面のテキストエリアのデザインを修正
- テストマトリクス確認画面で初期表示時、すべてのパネルが閉じてしまっている
- スナップショットで複数のテスト結果レビュー時、シーケンス図モデルのテスト結果選択表示がおかしい
Improvements
- Categorized settings into user settings and project settings.
- Added import/export of user settings.
- Include settings information when snapshot is output.
- Improved context menu for operation list.
Bug fixes
- The test operation history table cannot be sorted by serial number.
- Error occurs when entering numerical values when comparing test results.
- When the first findings in the operation history table is edited, the second and later notices are not displayed.
- In the list of input values at the bottom of the screen transition diagram, long one-byte alphanumeric character strings do not break lines.
- When multiple test purpose are set in succession from the footer of the test operation history, the objectives are tied to incorrect operations.
- All coverage rates are set to 0% in snapshots.
- Other minor UI improvements
- When changing the repository URL in the configuration screen and trying to revert, the original URL is not displayed in the candidate list.
- Fixed design of text area in snapshot story screen.
- All panels in the test matrix confirmation screen are closed when initially displayed.
- When reviewing multiple test results in snapshot, test result selection display of sequence diagram model is not correct.
v2.15.3
機能改善
- テスト記録のメディアタイプに「動画」を追加
- 静止画のスクリーンショット取得に起因した、テスト操作時の不具合やレスポンスが一部改善される可能性があります
- サイドメニューにバージョン表示を追加
- リプレイとテスト結果比較時の操作待ち時間を短縮
バグ修正
- ストーリー画面でセッションに添付されている画像ファイルのリンクをクリックして画像を表示した後、開かれた画像をクリックしても閉じられない
- ストーリー画面で添付ファイルのダウンロード挙動を修正
- テスト目的が空の状態でテストを開始できてしまう
- EdgeDriverバージョン違いのエラーメッセージが不正
- 「リプレイ結果を保存する」ONでリプレイ時、最後の操作が記録されないことがある
- 入力後タブキーでフォーカスを外した後、再度元の入力欄をクリックする操作を「リプレイ結果を保存」ONでリプレイ時、フォーカスを外した際のchangeイベントが正しく記録されない
- テストマトリクス名に長文指定時、スナップショット出力時にエラーが出る
- その他軽微なUI改善
- テスト結果リプレイ中、現在操作中の操作履歴行にスクロールしない
- 品質管理画面でフィルタ選択後にグループのセレクトボックスの表示がおかしい
- 画面遷移図モデルの気づき一覧ダイアログの「テスト結果名、対象操作通番」の位置がズレる
- 画面遷移図上の-ボタンを押下時、ボタンの位置がズレる
- 気づきに長文指定時、操作履歴上のコンテキストメニュー表示が途中で切れる
- テスト結果画面からテスト結果削除時、空のテスト結果画面が表示され続ける
- テストマトリクス確認画面でグループがデフォルトで閉じられる不具合
- テストマトリクス確認画面のグループ表示開閉がテスト記録画面との遷移時に維持されない
- テストマトリクスのグループ名の長文指定時、改行されない表示不良
- テストマトリクス設定ダイアログのテスト観点設定のパネル開閉不良
- レビュー画面で表示中のテスト結果を一覧から削除後もサイドメニューに「現在のレビュー」が残る
- 最近読み込んだストーリーのマウスホバーにテストマトリクスとグループの表示を追加
- 最近読んだストーリーに表示される項目を長文にするとポップアップ表示がおかしい
- スナップショットのテストマトリクス確認画面のグループが閉じた状態になる
- スナップショットのレビュー画面で操作履歴の最終行がデフォルトで選択される
- 設定画面の自動操作設定の操作セット詳細欄の位置がズレる
- 設定画面のテスト結果比較設定の余白がおかしい
Improvements
- Added “Video” to the media type for test capturing
- Some problems and responses during test capturing caused by taking screenshots of still images may be improved
- Added version display to the side menu
- Reduced operation wait time when replays and comparing test results
Bug fixes
- Unable to close the attached image on the story screen after clicking on it to display the image.
- Unable to download attached files on the story screen.
- Test can be started unintentionally when the test purpose is empty..
- Incorrect error message for different EdgeDriver version.
- When replaying with “Save Replay Results” ON, the last operation is sometimes not recorded.
- When replaying an operation in which the focus is removed with the tab key after input, and then the original input field is clicked again, the change event when the focus is removed is not recorded correctly when “Save Replay Result” is ON..
- When a long sentence is entered in the test matrix name, an error occurs when outputting a snapshot..
- Other minor UI improvements
- During replay of test results, the history line of the current operation does not scroll.
- Groups are not displayed correctly after filter selection in the quality control screen.
- The position of “test result name and target operation serial number” in the notice list dialog of the screen transition diagram model is misaligned.
- When “-” button on the screen transition diagram is pressed, the position of the button is not correct.
- When a long sentence is specified for a notice, the context menu on the operation history is cut off in the middle of the sentence.
- When deleting test results from the test results screen, an empty test results screen continues to be displayed.
- Bug in which groups are closed by default in the test matrix confirmation screen.
- Group display open/close on test matrix confirmation screen is not maintained.
- When entering a long group name in the Test Matrix, line breaks were not displayed.
- The opening and closing of the panel of the test viewpoint setting in the test matrix setting dialog is not correct.
- Current Review” remains in the side menu even after the test result displayed in the review screen is deleted from the list.
- Added display of test matrix and groups to mouse hover of recently read stories.
- Popup display is incorrect when items displayed in Recently Read Stories are long.
- Groups on Snapshot's test matrix review screen remain closed.
- Last line of operation history is selected by default in snapshot review screen.
- The position of the operation set detail column of the automatic operation setting of the setting screen is misaligned.
- The margin of the test result comparison setting in the setting screen is wrong.
v2.15.2
機能改善
- テストヒント機能に「摘出されたバグ」項目を追加
Improvements
- Added "Detected Issues" item to the test hint list.
v2.15.1
バグ修正
- ChromeDriver、EdgeDriverの挙動変更(Ver.128以降)により、テスト記録開始時にブラウザが起動しない
Bug fixes
Fixed the following bug:
- The test browser does not start at the beginning of test capturing due to the changed behavior of ChromeDriver and EdgeDriver (Ver.128 or later).
v2.15.0
新機能
- テスト設計支援機能としてテストヒント機能を追加
- 拡張機能として、テスト中に音声入力し、コメントとして記録する音声認識機能(ext-speech-recognition)を利用可能に
- テストの意図や機能の説明などを発言しながらテストし、水平展開可能なテストヒント(ノウハウ)として予め登録しておくことで、次回テスト時の発言に含まれるキーワードや画面要素に基づきテストヒントを提示します。(音声認識機能無しでもテストヒント機能は利用可能)
バグ修正
- Portを変更して起動するとエラーが発生
- テスト記録画面でシーケンス図の気づき等をクリックしても操作履歴がスクロールされない
- スナップショットのレビュー画面からスクリーンショットのダウンロード時、ファイル名が不正
- テスト記録画面の操作履歴にチェックし、別画面に遷移後再度戻るとチェックの表示と内部状態が不一致
- テスト記録画面で現在のテスト目的を操作履歴から削除後、モデル・カバレッジの更新を行うと削除されたテスト目的が選択されたままとなる
- リポジトリURLの選択肢に重複した選択肢が表示される
- テスト記録画面の操作履歴において、itemsPerPageの件数を超えてもページが切り替わらない
- テスト記録画面の操作履歴において、操作履歴のページが切り替わる直前の操作の登録時にエラーが発生する
- テスト管理のストーリー画面においてテスト結果取込時に新しい順で表示される
- テスト結果一覧画面のテスト結果を新しい順に表示する
- テスト記録画面の操作履歴においてShiftキー押下により複数行のチェックを可能に
- その他軽微なUI改善
- テスト記録画面のフッターの表示崩れ
- テスト比較ダイアログのボタン色
- テスト記録開始画面の表示位置
- 操作履歴のページング表示崩れ
- テスト結果インポート画面の表示崩れ
- スナップショット出力のレビュー画面の表示崩れ
New Features
- Added test hint feature to assist test design.
- As an extension to LatteArt, a voice recognition feature can be added to allow voice input during testing and record it as a comment.
- Tests are conducted while making statements such as test intent and description of features. By registering test hints in advance as horizontally deployable test hints (testing know-how), test hints are presented based on keywords, screen elements, etc. included in the statements. (Test hint feature is available without speech recognition extentions.)
Bug fixes
Fixed the following bugs:
- Error occurred when starting after changing Port.
- Operation history does not scroll when clicking on sequence diagram notices, etc. in the test capture screen.
- Incorrect file name when downloading screenshot from snapshot review screen.
- When the operation history on the test capture screen is checked and the screen is moved to another screen and then moved back again, the check display and the internal status are mismatched.
- After deleting the current test objective from the operation history on the test capture screen, when updating the model coverage, the deleted test objective remains selected.
- Duplicate repository URL choices are displayed.
- In the operation history of the test capture screen, the page does not switch even if the number of "itemsPerPage" is exceeded.
- In the operation history of the test capture screen, an error occurs when registering an operation just before the operation history page is switched.
- In the story screen of test management, test results are displayed in the order of newest to oldest when importing test results.
- Display test results in the order of newest to oldest on the test result list screen.
- Enabled to check multiple lines by pressing the Shift key in the operation history of the test capture screen.
- Other minor UI improvements:
- Footer of the test capture screen is not displayed correctly.
- Button color of test comparison dialog.
- Display position of test capture start screen.
- Corruption of the paging display of the operation history.
- Display collapse of test result import screen.
- Collapsed display of snapshot output review screen.
v2.14.2
機能改善
- Vueを3系へバージョンアップ
- 拡張機能の開発が可能なようにアーキテクチャを改善
バグ修正
- テスト記録画面の入力値一覧でチェックボックスの値とデフォルト値が不正
- ストーリー画面で新規にテストを開始すると2つのテスト結果が作成される
- テスト記録画面においてテスト再開すると新規のテストとして記録される
- BUTTON配下にSPANがある場合のBUTTONへのclick操作記録時、リプレイによるテスト結果比較時にエラーが発生
- 自動操作セットの登録後、設定画面で詳細を確認するとラジオボタンとチェックボックスの値が不正
- その他軽微なUI改善
- 画面のレイアウト修正
- devtoolsのコンソールに不要な警告が出力される
Improvements
- Upgrade Vue to Ver.3
- Improved architecture to allow development of extensions.
Bug Fixes
Fixed the following bugs:
- In the list of input values in the test capture screen, checkbox values and default values are incorrect.
- In the story screen, two test results were created when a new test capture was started.
- In the test capture screen, when a paused test record was resumed, it was recorded as a new test.
- Error occurs when comparing test results by replay when recording click operation to BUTTON when SPAN is under BUTTON.
- After registering automatic operation sets, the values of radio buttons and checkboxes in the details of the setting screen are incorrect.
- Other minor UI improvements.
- Fixed various screen layouts.
- Unnecessary warnings are output to the devtools console.
v2.14.1
機能改善
- テスト結果一覧画面において、画面切替時も前回のページを表示する
- テストマトリクス確認画面において、画面切替時も前回のフィルタを表示する
バグ修正
- ストーリー画面において、URL未入力でも不正にテスト開始可能となる
- 存在しないURLでテスト開始すると操作不能となる
- ラジオボタンやチェックボックスのラベルをクリック時、不正な赤枠表示と画面キャプチャが取得される
- input要素に紐づくラベルのクリック時、不要なクリックイベントが記録される
- 主にiframeがあるページでテスト記録中、エラーとなることがある
- モデルカバレッジの更新ボタン押下前はシーケンス図の右クリックメニューが表示されない
- テストマトリクス画面のフィルター挙動が不正
- ストーリー画面でテスター名入力においてEnterキー押下時にエラーとなる
- テストマトリクス画面でフィルタが正しく動作しない
- テスト記録画面で履歴のフィルタや降順切替中に気づき・目的を追加・編集すると、意図しない行に反映される
- その他軽微なUI改善
- シーケンス図のエッジ上部のテキストをクリック時、該当操作行へスクロールしない
- スナップショットで気づき一覧表示時、静止画・動画のラジオボタン文言が表示されない
- Edge webdriverのバージョン不一致時のエラーダイアログが不正
- 品質管理画面の画面下部の表にテストマトリクスのカラムがない
Improvements
- In the test result list screen, the previous display page is shown even after the screen is switched.
- In the test matrix screen, previous filter is displayed even after screen switching.
Bug Fixes
Fixed the following bugs:
- In story screen, test can be started even if URL is not entered.
- When a test is started with a URL that does not exist, the test becomes inoperable.
- When clicking a radio button or checkbox label, a red frame is displayed on the radio button/checkbox and a screen capture is acquired.
- Unnecessary click events are recorded when clicking on labels associated with input elements.
- Errors sometimes occurred and tests were terminated while recording tests on pages with mainly iframes.
- The right-click menu of the sequence diagram is not displayed before pressing the "UPDATE MODEL/COVERAGE" button.
- Filters in the Test Matrix screen are incorrect.
- Error when pressing Enter key when entering tester name in the story screen.
- Filters do not work properly on the Test Matrix screen.
- When adding or editing the notice or purpose while filtering history or switching descending order in the test record screen, it is reflected in an unintended line.
- Other minor UI improvements.
- When clicking on the text at the top of the edge of a sequence diagram, the text does not scroll to the corresponding operation line.
- When displaying the list of notices in snapshot, the text of radio buttons for still image and video are not displayed.
- Edge webdriver error dialog is incorrect when version mismatch occurs.
- Test Matrix column is missing from the table at the bottom of the Quality Control screen.
v2.14.0
機能改善
- 記録ツールと管理ツールを統合
- 設定画面、設定のインポート・エクスポート機能を統合
- ストーリー一括レビュー機能を追加
- ストーリーのフィルタ機能を追加
バグ修正
- 入力値を登録するポップアップの自動表示を有効化しても機能しない
- 記録中にドメインが異なる画面を別タブで表示した際、タブ選択ダイアログが表示されない
- 操作一覧で2ページ目以降の行に対して気づき等を追加・編集しようとすると、1ページ目の同一行への操作とみなされてしまう
- リプレイ中に一部設定が変更可能となっている
- テスト結果名に記号等が含まれると、スクリーンショット出力のリンクが不正となる
- テストブラウザの起動に失敗した場合でも「記録は継続されている」と表示されることがある
- 気づきのタグにセミコロンを含めるとエラーでシーケンス図が表示されなくなる
- その他軽微なGUI改善
- 複数のテスト結果のレビュー時、入力値一覧の気づき一覧において通番表記が不正
- シーケンス図上の右クリックメニューと操作一覧上の右クリックメニューの文言が不一致
- 複数の目的を同じ操作に移動させようとするとOKボタンが活性化してしまう
- 目的の文字列が長い場合にレイアウトが崩れる
- 操作一覧の行クリック時のスクロール挙動を改善
- ウィンドウサイズを小さくするとストーリー画面のレイアウトが崩れる
- 気づき一覧のダイアログを閉じる際、完全にフェードアウトする前に中身が非表示になる
Improvements
- Integrated capturing and management tools
- Integrated settings screen and settings import/export features
- Added feature to review multiple stories (test sessions)
- Added feature to filter stories (test sessions)
Bug Fixes
Fixed the following bugs:
- Enabling automatic display of popups to register input values does not work
- Tab selection dialog does not appear when a screen with a different domain is displayed in a different tab during capturing.
- When adding or editing findings to a line on page 2 or later in the operation list, it is regarded as an operation on the same line of the first page.
- Some settings can be changed during replay.
- The link to the screenshot output was incorrect if the test result name contained symbols, etc.
- Capturing continues" may be displayed even if the test browser fails to start
- When semicolons are included in a finding tag, an error occurs and the sequence diagram is not displayed.
- Other minor GUI improvements.
- When reviewing multiple test results, the serial number is incorrectly displayed in the notice list of the input value list.
- The wording of the right-click menu on the sequence diagram and the right-click menu on the operation list are inconsistent.
- OK button is activated when trying to move multiple test purposes to the same operation
- Layout is broken when the text string of an test purpose is long.
- Improved scrolling behavior when clicking on a line in the operation list
- Layout of story screen collapses when window size is reduced
- When closing the dialog of the fidings list, the contents are hidden before fading out completely.
v2.13.0
機能改善
- 動画によるテスト記録機能 を改善(実験的)
- 静止画と動画を同時記録する方式へ変更し、静止画のみの記録時と差異の無い挙動へ改善
- 管理ツールのストーリー画面で、複数のテスト結果を1つのセッションへ取り込み可能に
- これにより、スナップショット出力にて複数のテスト結果をマージしてレビュー可能に
- 従来記録できなかった要素を一部記録可能とする 記録方式のオプション を新設(実験的)
バグ修正
- テスト結果のエクスポート時に気づきに登録されたスクリーンショットが含まれていない
- テストスクリプト生成のダイアログ表示時にコンソール上でエラーが発生する
- startCapturingから最初のscreenTransitionまでの操作にテスト目的を付与すると、コンソール上でエラーが発生する
- テスト結果名を入力してすぐテスト結果を削除するとエラーが発生する
- ストーリー画面で同一のテスト結果を再び取り込むとエラーが発生する
- テストスクリプト生成ダイアログのテストデータ最大数欄が空欄になっている
- 動画による記録時、記録対象ウィンドウを選択するまで経過時間がスタートしない
- 動画による記録時、気づきダイアログの「動画を確認する」ボタンを押下しても表示されないことがある
- 動画による記録時、フッターから気づきを登録すると登録時のVideoTimeが登録されてしまう
- Androidのテストにおいて記録ツールを起動できない
- その他軽微なGUI改善
- 管理ツールのテスト計画画面でグループ作成時にグループ名の入力を必須に
- 記録ツールのリセットボタンをテストの新規作成をイメージするアイコンへ変更
- 記録ツール履歴画面の各画面領域間の仕切りバー位置を記憶するように変更
- 動画による記録開始前にテスト履歴がある時、スクリーンショット表示領域がクリアされないことがある
- 動画による記録時、記録対象ウィンドウを選択せずキャンセルするとテスト開始アイコンが正しく変化しない
- スナップショットの気づき詳細ダイアログでタグが選択可能でOKボタンが活性状態となっている
- 操作履歴のテスト目的と気づきアイコンが縦並びとなってしまう
- ストーリー画面の気づき一覧のタグと、詳細ダイアログのタグの色が統一されていない
- テスト結果一覧からテスト結果名を変更しても履歴画面ヘッダー部に反映されないことがある
- 管理ツールのテストマトリクス選択タブやテスト対象の欄が閉じたままになることがある
- 画面遷移図の拡大縮小ボタンが入力値一覧の表示と重なることがある
- プラットフォームがPC以外の場合でも動画による記録が選択できてしまう
Improvements
- Improved test capturing feature with video. (experimental)
- Changed to a method of recording both still images and video at the same time, and improved behavior that does not differ from when only still images are recorded.
- Multiple test results can now be imported into a single session on the story screen of the management tool.
- This allows multiple test results to be merged and reviewed in a snapshot output.
- Added a new recording method option that enables recording of some elements that could not be recorded before. (experimental)
Bug Fixes
Fixed the following bugs:
- Exporting test results does not include screenshots registered for findings.
- Error on console when displaying dialog for test script generation.
- Error on console when test purpose is given to the operation from 'startCapturing' to the first 'screenTransition'.
- Error occurred when deleting a test result immediately after entering the test result name.
- Error occurred when the same test result was imported again in the story screen.
- The maximum number of test data field in the test script generation dialog was left blank.
- When recording with video, the elapsed time does not start until the target window is selected.
- When recording with video, the "CHECK THE VIDEO" button in the finding dialog may not be displayed.
- When recording with video, when registering a finding from the footer, the 'VideoTime' at the time of registration is registered.
- Capturing tool cannot be started in Android testing.
- Other minor GUI improvements.
- Test group name is required to be entered when creating a group in the test plan screen of the management tool.
- The reset icon of the capturing tool was changed to an image of creating a new test.
- Changed to memorize the position of the dividing bar between each screen area on the capturing tool's history screen.
- Screenshot display area may not be cleared when test history exists before video capturing starts.
- Test start icon does not change correctly when recording with video and canceling without selecting the window to be recorded.
- In the finding detail dialog of snapshot, tags are selectable and OK button is active.
- Test purpose and finding icon in the operation history are vertically aligned.
- The color of tags in the findings list of the story screen and tags in the detail dialog are not consistent.
- The test result name may not be reflected in the header of the history screen even if the test result name is changed from the test result list.
- The test matrix selection tab and test target columns in the management tool sometimes remained closed.
- The zoom in/out button on the screen transition diagram sometimes overlapped with the display of the input value list.
- Video capturing could be selected even when the platform was not PC.