What Programming Classes Can Help Me Learn VBScript?

0
3
Asked By CleverMuffin67 On

I'm new to scripting and recently started working as a QA and testing engineer for a tech manufacturing company that uses VBScript for their software testing. I have basic skills in Python but I'm looking to enhance my understanding of VBScript. My school offers a few electives like C++ Object Oriented Programming, Java Object Oriented Programming, and Web Development II/Client Side Scripting. I'd love to know which of these classes might be the most beneficial for getting up to speed with VBScript, even if indirectly.

3 Answers

Answered By CodingNinjaX On

VB.NET is the most closely related to VBScript in terms of syntax and language style. If you're looking for something more modern and structured, you might also consider C#. However, if you're thinking about the scripting feel, JavaScript is likely your best bet. Since you're considering your electives, the Web Development class would be the closest to what you’re already working with in VBScript.

Answered By TechGuru22 On

Honestly, VBScript has its own quirks, so none of these classes will be a perfect match. But I think focusing on C++ or Java could be beneficial in the long run to understand programming structures better. For a quicker connection to VBScript, you might find the Web Development class to be more familiar since its approach is less strict and more scripting-style.

Answered By ScriptingPro89 On

If you're aiming for web testing, JavaScript is your go-to. It’s probably the closest in terms of usage compared to VBScript, while the other languages you mentioned are quite different.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.