Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
write a shell script to generate a alert ? like when ur birthday came then generate a alert ur birthday is today like that ?
create a form to accept username and password validate the username and password with using message box, display the corresponding user message
write a shell script to check the failed jobs?
just for testing
How to test 404 page in QA
How to test PAGE LOAD TIME, RELOAD THE PAGE, CAPTURE THE URL'S , TEST THE PIXALS please please above all these how to test as a tester
what is the use of QCUtil? explain with one example?
What is missing in my code? function numberTally(numList) { var evenTotal = 0; var oddTotal = 0; for (var i = 0; i <= numList.length; i++) { if i % 2 { // i is odd oddTotal += numList[i]; // or oddTotal = oddTotal + numList[i]; } else { // i is even evenTotal + numList[i]; } } alert(oddTotal); return evenTotal; }
why did u choose tech support as ur careears
What is JTGrid?
What is the difference between "JTable" and "JTGrid"? can they be used interchangeably?
Write a Program to add 2 numbers without using operators (+,-) and without using third variable. Note: Use VBScript only Hint: You can use other operators like '/' & '*'(Division & Multiplication)
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
There are 5 web pages.write a script to click the button on 4th web page.