Ajax handling with Gatling -


this regarding web browser load test using gatling. i'm having drop down once clicked on send ajax call db , reeving drop down data table.table below.

|dropdown_did|drodown name| |12089       |samsung     | |12090       |apple       | 

drop down html below.

<div id="ext-gen274" class="x-combo-list-inner" style="width: 148px; margin-bottom: 8px; height: 63px;"> <div class="x-combo-list-item">--select--</div> <div class="x-combo-list-item x-combo-selected">samsung</div> <div class="x-combo-list-item">apple</div> </div> 

when gatling recorder ran records drop down selection "dropdown_did" .for example formparam("dropdown" , "12089") .but when re running need run example formparam("dropdown" , "samsung") , fails.can have idea solve issue ? formparam("dropdown" , "12089") fails.


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -