Fitnesse testing, How to add Dropdown and button code in script for testing.

Certified Associate Developer


!*** Click on all the tabs

!| script |
|click on menu |News |
|click on menu |Tasks |
|click on menu |Records |
|click on menu |Reports |
|click on menu |Actions |
|click on action |IMS Order |
***!


!*** Log out and tear down

!| script |
|logout |
|tear down|
***!


-----

Requested you please help me to add code to take item Name, Quanlity, Unit pirce, Total Price

  Discussion posts and replies are publicly visible

Parents
  • In FitNesse, which is a popular acceptance testing framework, you typically write your test scripts in the form of tables using a markup language called Wiki syntax. To add a dropdown and a button to your test script, you can use a combination of HTML and FitNesse markup. Here's how you can do it:

    Create a Test Page: First, create a FitNesse test page where you want to add the dropdown and button. You can create a new page or edit an existing one also check CapCut Downloader for more guides.

Reply
  • In FitNesse, which is a popular acceptance testing framework, you typically write your test scripts in the form of tables using a markup language called Wiki syntax. To add a dropdown and a button to your test script, you can use a combination of HTML and FitNesse markup. Here's how you can do it:

    Create a Test Page: First, create a FitNesse test page where you want to add the dropdown and button. You can create a new page or edit an existing one also check CapCut Downloader for more guides.

Children