| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How many function you use in your application? | Polaris | 1 |
| What is a Run Time Data table? | | 1 |
| How to change the run-time value of a property for an
object in QTP? | | 4 |
| I am trying to read the rediffmail usign the below code. But
facing problem, while i user to get the link of the mail, i
am getting all the link of the page, While i just want to
get only mail name - link (not all the link of an page) so
that i able to read the mail message by clcking on them in qtp.
Dim Lnk,Webcheckbox
Set Lnk= Description. Create
'********* To count and display the webcheckbox
Lnk("micclass" ).value=" Link"
set LinkName= Browser("Welcome to Rediffmail:"
).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk)
LinkCount=LinkName. Count
msgbox LinkCount
For i=1-1 to LinkCount-1
DataTable.SetCurren tRow(i)
DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name")
Next
Waiting for the reply
Praveen Saini | | 1 |
| How to get line numbers in your editor in expert view? | | 2 |
| what are the areas that cannot be tested using an automated
tool? list a few
| | 3 |
| Suppose one object is changed in a project after delivering
the project.Where we will update that object? it can be
present in many scripts so can we update all the scripts? | IBM | 1 |
| hello everyone,
can anybody please tell me what are the different recording
modes of QTP, and where these recording modes are present
in QTP 9.2.
Thanks in advance,
Gaytri | | 7 |
| IN A WEB PAGE THERE IS TWO WEB BUTTON WITH SAME OBJECT
PROPERTY AND VALUE, SO HOW I WILL IDENTIFIE OBJECTS
INDIVISUALY. | | 1 |
| what is the use of descriptive programming in QTP ? when we
need to use DP? can we test the application completely with
out useing DP?? please explan with example | | 1 |
| what ar the challenges do we face while testing webbased
applications using the automation tool qtp or any? | TCS | 4 |
| How to Import the data from MS-Access in QTP? | | 1 |
| can u put checpoints for moving images | Accenture | 2 |
| can we take 'dim my pen is good' as a paramerter | | 2 |
| how to calculate no. of repeating characters in a a
string..please give me the code | | 1 |
| Inserting a Call to Action is not Importing all columns in
Datatable of globalsheet. Why? | Accenture | 3 |
| Suppose there are 100 links in a web page and the number of
links will be changing dynamically from time to time. I
need code such that every time i had to click on the last
link of the web page. | Virtusa | 2 |
| hi,
i was adding the two numbers in qtp scripts but i didn't get
the answer. see my below script, i dont know wht is the problem.
i passed the value a=3 b= 2, i got the ans 32 instead of 5.
i thing the problem is to be c = a+b
my mail id karthis4u@gmail.com
Dim a, b, c
a = inputbox("enter the a ")
b = inputbox("enter the b ")
c = a + b
print c
| | 5 |
| What will be the script for recovery scenerio.plzanyone give
ans with aexample related to banking project | Yahoo | 2 |
| Ehat is the descriptive programing in QTP? | | 4 |
| |
| For more QTP Interview Questions Click Here |