| Back to Questions Page |
| |
| Question |
what is testing process with QTP in organization |
Rank |
Answer Posted By |
|
Question Submitted By :: Krishnateja |
| This Interview Question Asked @ Tech-Mahindra |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Quick Test Professional (QTP) is an automated functional Graphical User Interface (GUI) testing tool that allows the automation of user actions on a web or client based computer application.
It is primarily used for functional regression test automation. QTP uses a scripting language built on top of VBScript to specify the test procedure, and to manipulate the objects and controls of the application under test.  |
| Rahul |
| |
| |
| Question |
Dear Friend, I am New in QTP 10 so can any one tell me how
to do QTP testing on WEB APPLICATION while writing
VBScript. If Possible then Give Example how to write
vbscript in QTP to test WEB Apllication.
Vishal Patil |
Rank |
Answer Posted By |
|
Question Submitted By :: Vishalpatil |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Hi
first u know diff b/w 9.5 and 10,Compair to previous version
is very easy,u have face any problem reach to me me
t.srinu25@gmail.com  |
| Sri |
| |
| |
| Question |
Hi Friends,I hav Just finished QTP course.Can any body
suggest me which is the best place to go and post
resume(Ban,Chennai,Pune,Mumbai,NCR,Kolkata).I mean how r
calls in these cities,the best one? |
Rank |
Answer Posted By |
|
Question Submitted By :: Rakeshqa1 |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | At present where are you.
I think Bangalore is better place for experience and frehser  |
| Prabhakar |
| |
| |
|
|
| |
| Question |
results.xls file is automatically generated while running
the script in QTP.But it is showing error to open the file
|
Rank |
Answer Posted By |
|
Question Submitted By :: Mahesh.dhanwade |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | .XLS file is not generated by QTP.
Some of your subroutine written in VBScript may be
generating this .xls file.
Please check that function.
In the same function, Please add statments to save the file
and quit Excel application.
This will help you to REOPEN the file properly.  |
| Sandeep |
| |
| |
| Question |
In web page there is five OK buttons available, while
recording i click on 3rd OK button, How QTP identify the 3rd
OK button while running script? Is qtp identify 3rd ok button?
|
Rank |
Answer Posted By |
|
Question Submitted By :: Ashutosh.qa |
| This Interview Question Asked @ Polaris |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | According to the object properties.  |
| Xyz |
| |
| |
| Answer | I said as u say..but the person said, u know developer just copy & paste the code. dev never write code 5 times for same buttons. which object property???  |
| Ashutosh |
| |
| |
| Answer | QTP will recognise the ok button using index property  |
| Kiran |
| |
| |
| Answer | QTP identify the 3rd button Using Object Property.We can see Object Property using Object Spy .Each object in QTP consist number of properties.  |
| Deepak Kumar |
| |
| |
| Answer | In QTP object properties can b recognised using object spyq
in that object spy window select identify properties radio
button it will show all the child properties of the
particular selected object.  |
| Sandeep.yerraguntla |
| |
| |
| Question |
How do you export an output to a excel sheet?
Ex: I get my answer by using Msgbox"..." &R. How do I
displayed the result of the Msgbox (such as R) to an excel
sheet? Please let me know.Thanks |
Rank |
Answer Posted By |
|
Question Submitted By :: Shaker |
| This Interview Question Asked @ ADC |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | We can capture the proprty of the message box throug
getroproperty("innertext").Pass this to a variable.After
that use MID function to retrieve 'R'.After that we can
create an external excel object and pass the value to that
sheet.  |
| Madhavi |
| |
| |
| Answer | I think after capturing the run time value by using command
like x=window("").something.....getroproperty("text") then
do like -
Datable.export("path where u want to see the data")
set datatable.value(x,1)
try this ,if you face any probelem then let me know.I have
another way for this also.  |
| Amit Kumar Srivastava |
| |
| |
|
| |
|
Back to Questions Page |