| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| can some one help me how to compare the values from one
sheet to values in another sheet?
suposse i have a feild called Temp in action1 and i also
have temp in action2. i want to compare the values of those
two actions sheets data table? how can i do it using
descriptive programming? | | 1 |
| what is database check point, how will you parameterize the
database from seperate data table? | JPMorgan-Chase | 2 |
| Please have a look at this:
a = Browser("Travel Boutique Online").Page("Travel Boutique
Online_2").webelement("innerhtml:=2622").getroproperty("y")
a=a+9
msgbox a
Browser("Travel Boutique Online").Page("Travel Boutique
Online_2").image("alt:=check","y:=a").click
Now please let me explain. As clear from code I am trying to
enter value of variable 'a' as Property y. But each time QTP
AND MY SYSTEM stops responding when this line is execcuted.
But When i enter some number in place of 'a' in the last
line. it works fine.
Please let me know what I am doing wrong at time of entering
the variable in last line.
Thanks a lot | | 3 |
| where we are going to write the descriptive programming.for
example we are invoking qtp application where we are going
to write that code | | 3 |
| How do you test siebel application using qtp? | | 1 |
| diff between winrunner and qtp | Wipro | 1 |
| in QTP,how to write a descriptive program for "yahoo"
or "gmail" Login page | | 1 |
| How we can capture the dynamic object ex:(rotating globe) in
the web page with time gaph is 5 sec.. | IBM | 2 |
| Among all the check points what is the most important
checkpoint? | | 1 |
| How to pass a variable in Dos Command using QTP?
Eg:
Dim path1, path2
path1 = "C:\Test\sample1.doc"
path2 = "C:\Test\sample2.doc"
How can we pass these path1 and path2 inside the "copy" dos
command?
I tried like this. this is not working.
oShell.run "cmd /K copy" &path1 &path2
| | 1 |
| QTP is used better in which type of application Web based
application or desktop application | | 2 |
| can a Function return more than one value..??? if so please
give me the code for that. | DST-Global-Solutions | 2 |
| What is BPT? | | 2 |
| 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 |
| why the smart identification is not there in WinRunner | DigiTech | 1 |
| how to write this script using descriptive programming?
the script below is the script generated by QTP plz write
the script using descriptive programming? plzzzzzzzz do
answer thanku
Browser("Welcome: Mercury Tours").Page("orkut -
login").WebEdit("Email").Set "test123"
Browser("Welcome: Mercury Tours").Page("orkut -
login").WebEdit
("Passwd").SetSecure "475259b450e3d212bef4a5f5ce9d32ebcbf4"
Browser("Welcome: Mercury Tours").Page("orkut -
login").WebButton("Sign in").Click
Browser("Welcome: Mercury Tours").Page("orkut - home").Link
("Logout").Click
Browser("Welcome: Mercury Tours").Page("orkut - login").Sync
Browser("Welcome: Mercury Tours").Close
| | 1 |
| What is Parameterizing Tests? | | 2 |
| will QTP accepts javascript? | AppLabs | 14 |
| HOW DO U CALL A ACTION IN QTP? | BirlaSoft | 2 |
| Can any body tell me how can I choose the share object
repository and per action object repository mode. Please
give me with steps.
| | 3 |
| |
| For more QTP Interview Questions Click Here |