How to take screen shot of desktop by using vb script code
or is there any method?
Answer / uday
Use Desktop.capturebitmap function else
use WScript.sendkeys method for print screen.
| Is This Answer Correct ? | 2 Yes | 0 No |
How do u retrieve data from a text file into different variables. i.e. in a text file named "source" , the data is like : india,1000,japan,200,china,50,singapore,45050 this is given in the first line of the text file. in the second line of the text file the dta is: sun,moon,planet,river,earth,water if u use "readline" method by using FSO concept u can retrieve the entire line in to a variable. but i want to import each field (ex: "india" in one variable, "1000" in another variable etc..). Apprecitae proper replies.
what's the difference in between function and sub and give some code as well
How can you delete the results file (XML)
How to retrive data from a data table which is in 3rd row,4th column and place it in main script..like retrive name,date from data table..write script for this.
11 Answers Thatavarti Technologies,
In how many ways we can add check points to an application using QTP.
if i have 10 actions and out of 10 actions last 3 actions i renamed will my script exicute sucesfuly r not? changed actions where i can see?
Hello friends..... On which areas of an application we can not test with QTP
0 Answers Thatavarti Technologies,
There is a table with 4 columns and 10 rows, how to write the script to display the first column records using qtp? can anybody help me with script?
how can we retrieve ten rows from the data table using loop concept?
anyone can explain the following concepts. 1.diff b/w Linear and modular framework 2.diff b/w keyword and hybrid framework
vb script for calling one function to the another function
How many actions we can create with in a test?