write a program to display configuration of a local system
with the help of vb script.
No Answer is Posted For this Question
Be the First to Post Answer
There is a web Table where You will find Two Columns First Column consist of Check box and Second column consist of Test cases ID(Viz T1,T2,T3....Etc); If You select any Test case ID, respective Check boxes to be checked write a VBSCRIPT for this scenario?
How can you have different number of cells for each row of a table in HTML?
What is wrong with the following code: <%afname="header.asp"%><!?#include file ="<%=afname%>"?>
Write a program to display the numbers in the below format using for loops? 1 2 3 4 5 6 7 8 9 10 11 12 and Write a program to display the numbers in the below format using for loops. 1 2 3 4 5 6 7 8 9 10
How to insert snapshot during manual scripting in QTP?
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
What variable can you use to share info across the whole application for one user?
How to create a cookie using vbscript?
How are comments handled in the vbscript language?
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.
How to assign a date value to a variable?
how do you make the variable declaration mandatory?what is the use of "option explicit"?