Explain the .wsf files?
No Answer is Posted For this Question
Be the First to Post Answer
Mention the environments where vbscript could be run?
Is VBscript case-sensitive?
Write a Script for ATM in QTP
How to return only alpha bate string from an string str = "bibhu@#$%&das&*)(SUndar"
What purpose does ‘on error resume next’ serves?
1. How do declare public variable in vb scripts?
Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it
Give examples where vb script can directly run on users system with windows as os?
Write a program to print all lines that contains a word either “testing” or “qtp”
write a vb script to find simple interest using functions
Hi this is Vinoth. I need a help on below mentioned question A combobox contains list of items assume as 5 I have to get each items Individually and I have to Export to datatable. Please help me on this. Thanks
I have an excel sheet with multiple ID's in a column. Now i need fetch those ID's in an application and check whether if it already exist in the DB. If not then i have to go with the process of inserting them in the DB. If it exists then i need to skip that ID and move to the next ID and check the same and proceed. How can i do that with for loop and if condition?