Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
TestNG で POM 構造を使用する Selenium Framework を作成しています。アノテーションを使用して に@DataProvider値を渡しています@Test。
@DataProvider
@Test
私の質問は、ある@Testメソッドの出力を後のメソッドで使用する必要がある場合@Test、どのようにそれを行うかということです。データ プロバイダーでは、それに含まれる値のみを渡すことができるからです。