問題タブ [database-testing]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
jmeter - JMeter JDBC データベースのテスト - 最大待機時間 (ミリ秒)
JDBC 接続構成の最大待機 (ミリ秒) 値のベスト プラクティスは何ですか? JDBC
私は2種類のテストを実行しています:
- スレッド数ごとに 20 ループ - 最大スループットを得る
- スレッド数ごとに 30 分の実行時間 - 応答時間を取得するため
Max Wait = 10000ms で、10、20、30、40、60、80 スレッドの JDBC リクエストをエラーなしで実行できます。Max Wait = 20000ms で、エラーなしで 100、120、140 スレッドで実行できます。それは論理的な行動のようです。
では質問です。必要に応じて最大待機値を増やすことはできますか? より多くのテスト結果を取得する方法は正しいですか? 一部のレポートでエラーが発生した場合、テストを中止し、スレッド数を増やさないようにする必要がありますか? たとえば、10000 サンプルで 0.06% のエラーが発生しました。これは私のテストのための停止ですか?ありがとう。
c# - How to run Specflow/Specrun feature files with dynamic values
I am very new to Specflow/Specrun and C# programming. I need help in fixing the issue I am facing.
I have a Specrun feature file which queries database. Below is the code of the feature file:
This works absolutely fine. But I want to comment the second line and specify the database name at run time using the default.srprofile file.
I want to execute runtests.cmd
file (from commandline) using default.srprofile file and feed the database name at run time. Is it possible to achieve this?