多項(xiàng)選擇題在測試用例編寫中,下列哪項(xiàng)技術(shù)旨在減少執(zhí)行時(shí)間和測試成本()

A.等價(jià)類劃分
B.邊界值分析
C.測試規(guī)劃
D.替代技術(shù)


你可能感興趣的試題

1.多項(xiàng)選擇題下面哪些是軟件質(zhì)量標(biāo)準(zhǔn)()

A.可靠性
B.可用性
C.易用性
D.美觀性

2.單項(xiàng)選擇題如何在PyTest中驗(yàn)證HTTP響應(yīng)的狀態(tài)碼()

A.使用response.get()
B.使用response.status()
C.使用response.status_code
D.使用response.code()

3.單項(xiàng)選擇題Selenium WebDriver如何判斷元素是否已選擇()

A.使用is_enabled()方法
B.使用is_selected()方法
C.使用is_used()方法
D.使用is_checked()方法

4.單項(xiàng)選擇題Selenium WebDriver如何模擬鼠標(biāo)懸停在元素上()

A.使用above_element()方法
B.使用move_to()方法
C.使用move_to_element()方法
D.使用get_attribute()方法

5.單項(xiàng)選擇題在Selenium WebDriver中,如何通過XML路徑語言進(jìn)行定位()

A.使用find_element_by_xpath()方法
B.使用find_element_by_css_selector()方法
C.使用find_element_by_xpath_name()方法
D.使用find_element_by_class_name()方法