| Other QTP Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is descriptive.create () in QTP? | | 1 |
| what is difference normal,analog,low level recording in
qtp? what is lowlevel recording? | | 1 |
| Hi
I am new to QTP. we are planning to implement automation
for the application.
I am trying to execute the following script:
Set ExcelObj=CreateObject ("Excel.Application")
ExcelObj.WorkBooks.Add
Set NewSheet=ExcelObj.Sheets.Item(1)
NewSheet.Name="Order"
ExcelObj.Cells(1, 1).Value = "Name"
ExcelObj.Cells(1, 2).Value = "Ordernum"
ExcelObj.Cells(2, 1).Value = "nam"
ExcelObj.Cells(2, 2).Value = "21"
ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls"
ExcelObj.Quit
Set ExcelObj = Nothing
in the above script for the line(ExcelObj.Cells(2, 2).Value
= "21")
it is inserting the value 21 successfully.this is fine
But if i want to insert a variable instead of the constant
value then what should be the modification in the script.
For example: If user retrives a value
throug "GetRoProperty" and wants to insert the value into
then how the script changes? | | 1 |
| what is the difference between Automation object model(AOM)
and test object model(TOM) | UHG | 2 |
| Hello Everybody,
Please tell me the concept of recovery management in QTP by
giving any practical example of it.
Thanks,
Gaytri | | 6 |
| hello,
i was install Q.T.P.8.2 in windows xp version .when i
am running my programs all the desktop icons are disappear
why so. please guide me anybody how can i come out side
this problem. | | 2 |
| Explain about invoking of application? | | 2 |
| i want 8.2 and 9.2 dacuments plhelp any body sand it to my
id sandhyat1@yahoo.co.in | Siloka | 3 |
| Where you can store check point results? | | 2 |
| plz anybody tell me how to explain the architecture of one
particular project.plz give me answer for this.....RAJESH | TCS | 4 |
| How can i find out any "text's" coordinates in excel sheet
For example:
I want to know the coordinates of "F" Column in the excell
sheet
While recording when i clicked on F column it is showing
the coordinate values 385,9 but with out recording how can
i find out them
Suppose i want to clik on "H" column
writing the script like this
Window("Book1").WinObject("Book1").Click (...........)
Here I Dont know what (x y )values should i enter
Please any one can help me? | Livetek | 1 |
| how can u find the syntax errors or other script errors in
your test during the execution of your QTP Test - (i.e.,
not after the execution/test run finished, but before
finishing the test run)
| HCL | 1 |
| How the automated tests in org | Maintec | 1 |
| In how may ways we can use checkpoints to an application
using QTP? | | 2 |
| How will u test content of an web application with out using
chechpoints in QTP 9.2? | CTS | 2 |
| How to test background color and dynamic images which are
moving during runtime? | CTS | 6 |
| hi. I Am working in Small IT company as Test Engineer. But
am looking for change. I have 2+yrs experience, but my
problem is MCA 72%, remaining all are Second Division. plz
give solution for my problem.am elgible for MNC's or not.
if not plz give suggestion............ already i forwarded
my resume to lot of MNC's but. I didn,t get
CAL............ plz give any suggestion. | | 2 |
| Hi All, I am new to QTP but i was trained on winrunner
before. My problem is..QTP 8.2 was unable to record my
application which is a java app. By selecting smart
identification, i was somehow able to record the test BUT
QTP cant run the test! Can anyone help me in walking
through this problem..Is java addin really necessary for
this?? Is there anyways i can run the test successfully? I
am not sure whats going wrong in my testing.Please do help
me asap as i need to submit the report early.
Thanks in advance | | 4 |
| how can we test load time of an page in webtesting? | Ordain-Solutions | 2 |
| We have an application which generates links( more than
thousand) based on the time stamp dynmically.Each link will
download an xls file. we are supposed to click a particular
link (which link to click will be obtained thru some
buisiness logic).Now the issue is QTP is not recogniging
the link(say Var1) though its properties showed mandatory
fields text=xyz and html tag=A.I used following code to do
this.
Browser("ABC").Page("123").Link("text:=" &Var1,"html
tag:=A").click, can any one suggest why this is not
recognised by QTP though syntax is correct?(Is there any
sync issue to be considered?Because on clicking the link it
will take 5 mins to open that file) | | 1 |
| |
| For more QTP Interview Questions Click Here |