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

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


你可能感興趣的試題

1.單項選擇題Selenium WebDriver如何判斷元素是否已選擇()

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

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

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

3.單項選擇題在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()方法

4.單項選擇題在Selenium WebDriver中,如何切換到瀏覽器的iframe中()

A.使用switch_to_frame()方法
B.使用switch_to_window()方法
C.使用switch_to_alert()方法
D.使用switch_to_default_content()方法

5.單項選擇題JavaScript中,用來輸出文本的方法是什么()

A.background-color
B.color
C.font-size
D.text-align