Question:
I want to become good programmer in vb script . I dont know where to start pls help..?
joe marcus
2013-06-19 00:45:25 UTC
Since i'm a software tester i dont know anything about programming so i'm asking you friends how to become a good programmer in vb script ? Thanks
Four answers:
Chanaka
2013-06-19 00:49:16 UTC
According to my knowledge, now VB script not using widely. So I suggest you to start learning JavaScript because now a days everyone using it client side programming.



Better to start with following URL.



http://www.w3schools.com/js/
Raghavendra Mudugal
2013-06-19 04:12:37 UTC
Hello;



First, addressing your learning task:



If you have Windows 2000 Prof or higher OS installed in the system then you can start creating the VB script files easily and you can learn from it.

1. Create a text file on a desktop and then type in the below text



Msgbox "Hello World"



Save the file and then close the editor and then rename the file to "Example1.VBS"



Now double-click the file....



2. Do the same for below as above



a = Inputbox("Enter Number 1")

b = Inputbox("Enter Number 2")

msgbox "the sum is: " & cstr(cint(a) + cint(b))



Save the file and then close the editor and then rename the file to "Example2.VBS", enter a integer in the first prompt, and second integer on the second prompt... then it will show the sum of those two integer in the next message box.



From the below link you will see a .PDF file which lists all the VB commands for your reference



http://www.inet.hr/~ecankovi/progami/Complete%20List%20Of%20Visual%20Basic%20Commands.pdf



So this will be your learning task for the VB, Focus on the simple examples and then start writing on complex code as you go on.



Secondly: The VBS (visual basic scripting) is very old, but definitely not out-dated. As you are a Tester, all the scripting languages comes in handy with the knowledge point of view. There are so many Testing automation tools where the VB and JS both are used as a proper scripting languages for writing the sequence flow for testing and the person chooses the language to suite his best and sometimes the company standards.



Even in Microsoft-SQL, when creating SSIS packages for data transformation, there is a option for choosing which scripting language to be used.



So please do not consider learning VB is going to get you down in the career growth, also at the same time this only is not enough, you need to learn JS, C# and few others as you grow on.



For Testers even SQL scripting is also needed to write the simple/small queries and then see the data inside the tables when the testing is done on the module just to confirm the data is been sent to the respective columns properly.



As this is a start for you, so do not get confused or over-think too much now... just start with the VB scripting and then expand your skills on the different scripting languages.



Hope this helps



All the best.
Hemant
2013-06-19 02:38:17 UTC
now a days vb script is not freqently uses,alternate of vb script is java script,jquery both are client side script languages that currently used in software industry.so i think you should go with java script or jquery.you should go to a profesnol trainer for learn it.



Thanks
?
2013-06-19 00:52:02 UTC
if you want to worker with it you can learn from specialised corporate level training centers


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...