First of all need to add system.xml file in module etc folder and following code put into system.xml file.
<config>
<tabs>
<tabname translate="label" module="modulename">
<label>Module Name</label>
<sort_order>100</sort_order>
</tabname>
</tabs>
<sections>
<modulename translate="label" module="modulename">
<label>Title Goes Here</label>
<tab>tabname</tab>
<frontend_type>text</frontend_type>
<sort_order>10</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>0</show_in_store>
<groups>
<columns translate="label">
<label>Settins Title-1</label>
<sort_order>100</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<fields>
<isenabled translate="label">
<label>Options-1</label>
<frontend_type>select</frontend_type>
<source_model>adminhtml/system_config_source_yesno</source_model>
<sort_order>10</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
</isenabled>
</fields>
</columns>
<credential translate="label">
<label>Settins Title-1</label>
<sort_order>200</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<fields>
<user translate="label">
<label>Options-1</label>
<frontend_type>text</frontend_type>
<sort_order>30</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
</user>
<pass translate="label">
<label>Options-1</label>
<frontend_type>text</frontend_type>
<sort_order>30</sort_order>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
</pass>
</fields>
</credential>
</groups>
</modulename>
</sections>
</config>
