why do u choose to go for testing why cant for devoloping
No Answer is Posted For this Question
Be the First to Post Answer
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
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 will you get the octal value of the given number in vbscript?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
Write a program to resize an array of 5 elements to 4 elements and display all the elements.
Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.
a;;b;c;;;d in this string output is abcd will come how can we do that in vbscript in QTP testing?
What is byref and byval parameters in vbscript?
Explain the arrays in vb script?
A folder is there inside no of textfiles are avilable. How do count the textfiles. Normally folder means we are using subfolder methods but textfiles is not working for subfolder methods and how do get file name also.
accept an email id & validate it .email id should not exceed 25 characters the mail id should contain 3 characters excluding domain name,@ and .(dot) the last 3 characters of the domain should be net,com or org
When inserting strings into a SQL table in ASP what is the risk and how can you prevent it?