How to scroll down a page while recording in qtp.
suggest me any method apart from low level recording.



How to scroll down a page while recording in qtp. suggest me any method apart from low level recor..

Answer / Ashish Agnihotri

To scroll down a webpage in QTP (QuickTest Professional), you can utilize the SendKeys method to simulate keyboard events for scrolling. Here is an example using the 'SendKeys' method:

1. Create a new function: `Function ScrollDown()n Beginn SendKeys "%{DOWN}"nEnd Function`
2. Call this function whenever you want to simulate scrolling down.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB Script Interview Questions

What are the 2 ways in which a variable can be declared in the vbscript language?

1 Answers  


1. How do declare public variable in vb scripts?

1 Answers  


How will you get a string with the specified character the specified number of times in vbscript?

1 Answers  


How can you create a file object to work with the files in the vbscript language?

1 Answers  


write a vb script to display the number is odd or even and whether it is divisible by 9 or not

2 Answers  


What are events in the vbscript language?

1 Answers  


Explain the tristate constants in vbscript?

1 Answers  


Why is it recommended to close the database connection every time after the work is completed?

1 Answers  


What are the data types supported by vbscript?

1 Answers  


Can anybody code this problem for me in VB script - Create an array of 4 elements, increase its size to 7 elements and then find out which of the elements are prime (use functions)

2 Answers  


What is dictionary object in vbscript? Explain?

1 Answers  


Input = 124 output should be 124421 Please do not use any string functions/variables

8 Answers   Cap Gemini,


Categories