What are the uses of vb script?
No Answer is Posted For this Question
Be the First to Post Answer
How do i automate a website www.flyashx.com without having any test cases witin a week time.
How will you get a string with the specified character the specified number of times in vbscript?
i have to open a notepad having no. of words in dat file by recording in qtp and then find a particular word and display true or false
what does create object actually do when you call it in vbscript?
How will you get the last occurrence of one string within another string using vbscript?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
Write a Script for ATM in QTP
Write VB script to convert from feet to inches(hint 1feet=12 inches)
filter the array values without using filter function?
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next
Mention what is vbscript procedures?