Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

kalyan


{ City } hyderabad
< Country > india
* Profession * qtp tester
User No # 32187
Total Questions Posted # 0
Total Answers Posted # 30

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 97
Users Marked my Answers as Wrong # 32
Answers / { kalyan }

Question { TCS, 15062 }

plz anybody tell me how to explain the architecture of one
particular project.plz give me answer for this.....RAJESH


Answer

Mr "A" it is a official site.it is not a commidy site to do
commidy.Every one should speak in English only.ur advice is
too worest.

Is This Answer Correct ?    17 Yes 1 No

Question { 11986 }

How will u find that how many List boxes( and check boxes)
are present in one particular window


Answer

HI Every bodey,---

Any object present in the page is known as childobject.
Ex:-Link,Web Edit,Check Box,Web button,List box,etc...

If u want to coun the Listboxes (or)Check boxes you can
write below script.

---------CODE----------

set ochbox=description.create
ochbox("micclass").value="checkbox"

set chobj=Browser().Page().childobjects(ochbox)
n=chobj.count

msgbox n '(here you can get how many check boxes there in a
page)

for i=o to n-1
val1=chobj(i).getroproperty("innertext","name")
msgbox val1
next
-----------End---------
In the same way we can find Links,Webbuttons,Listboxes,etc..

Any doubts----mail to----mskalyan.smile@gmail.com

Is This Answer Correct ?    1 Yes 0 No


Question { TCS, 16161 }

By using QTP, How do you test a frame in a web page?


Answer

Dorababu sorry to say this. we are not xml programmers.

Here frame means nothing but one part in a web page.Means
one page will be having n number of frames.

We can test frame is available or not. For example--

Browser().page().frame().webbutton().click

In Above example webbutton existing in a frame. If we take
the properties of webbutton using objspy we will get the
frame properties,page properties & browser properties along
with webbutton properties.

any doubts mail to mskalyan.smile@gmail.com

Is This Answer Correct ?    7 Yes 0 No

Question { Cap Gemini, 83961 }

I want to do Certification course in QTP. For this I
request you to suggest the best Tutorial in PDF format, as
i'm not in a possition to afford any 'Fee' to join in any
institutions.
Hence, if possible, kinldy mail PDF file to my mail-ID:
chakri_avala@yahoo.co.in

Regards,

Chakradhar Yadav.


Answer

HI this is kalyana chakravarthy. I need same. Please any
body send me the pdf format file.
my id mskalyan.smile@gmail.com

Is This Answer Correct ?    1 Yes 0 No

Question { Wipro, 14697 }

How you test the object which is dynamically changes its
location?


Answer

QTP use to identify the objects using physical properties (name, text, innertext, etc) of an object.
Even though, If object changes the location it won't be a problem for QTP to identify that object.
If you use the x,y co-ordinates or Ordinal identifier(Location), QTP will not identify the object, if object location get changes frequently.

Regards,
Kalyan,
Team Lead
ITC Infotech.
Any queries, catch me at mskalyan.smile@gmail.com

Is This Answer Correct ?    2 Yes 0 No

Question { HDFC, 15988 }

hello...any one tell me , where can i get company email
id.. actually i am searching on testing... in my CV i put
3+ exp.. but all companies are asked company email id..
please provide solution for that...

thanx in advance...


Answer

Ramana dont give stuppid answers in this portal. I think U
R Really a fake exp guy. Thats Y u know these things very
well. Here we are sharing our Interview exp with answers.
If u have doubts ask or if u have answers post it.

U R A FOOL.

Is This Answer Correct ?    8 Yes 5 No

Question { Quintegra, 13636 }

what are the disadvantages of qtp?
can linux support qtp9.2?
how could get web address throu vbscript?


Answer

Linux is a flavour of uNIX.QTP Doesn't supports Unix.

If it is wrong correct me.

Is This Answer Correct ?    10 Yes 1 No

Question { 10378 }

How can we test existence of a particular word in scentence
using QTP tool.

Thanks in Advance!!!!!


Answer

Using strcomp method we can check the string.

In web application string will be recognized as web element.

In window based application string will recognized as static.

first of all we have to capture the actual string which we
need to test. Then assign this to one variable. And allready
we have expected string. Assign this string to one variable.
then compare to strings with one more variable with help of
strcomp method.

If any clarifications mail to me. I will give detail
explanation with example. mskalyan.smile@gmail.com

Is This Answer Correct ?    1 Yes 0 No

Question { 24563 }

When I start recording any web application (either Mozilla
or IE) QTP recognizes window instead of browser and also it
does not show all the hierarchy tree of that particular web
page.
1. Window("Mozilla Firefox").Check CheckPoint("Mozilla Firefox")
2. As everybody knows it should be
browser("Mozilla Firefox").Check CheckPoint("Mozilla Firefox")

I am using the windows vista, do you think it may be a
problem of my settings in QTP or problem of my installation.
Your kind responses will be appreciated.
Thanks in advance.

Satya


Answer

I WILL GIVE U A BEST SOLUTION.

DONT USE MOZILLA........IT WIL NOT SUPPORT.

AND USE IE 6.0......IT WIL WORK.-----I AM SURE...

DONT USE IE 7.0 OR IE 8.0 --------

Is This Answer Correct ?    3 Yes 7 No

Question { 24563 }

When I start recording any web application (either Mozilla
or IE) QTP recognizes window instead of browser and also it
does not show all the hierarchy tree of that particular web
page.
1. Window("Mozilla Firefox").Check CheckPoint("Mozilla Firefox")
2. As everybody knows it should be
browser("Mozilla Firefox").Check CheckPoint("Mozilla Firefox")

I am using the windows vista, do you think it may be a
problem of my settings in QTP or problem of my installation.
Your kind responses will be appreciated.
Thanks in advance.

Satya


Answer

Hi guys,
some one make my answer as wrong. But, if u r using trail version or crack version (up to QTP 9.2) it won't support IE 7 or Mozilla. If u r using QTP 9.5 or 10.0 it will support IE 7.

Is This Answer Correct ?    0 Yes 2 No

Question { CTS, 7819 }

How will u test content of an web application with out using
chechpoints in QTP 9.2?


Answer

Hi Narendhra here i didn't understand the question exactly.
If u want to test any thing in the web application u can
use
childobjects method.This method wil grab all the objects.If
u want the object runtime properties u can use
getroproperty method.

Any doubts mail me at

mskalyan.smile@gmail.com

Is This Answer Correct ?    0 Yes 0 No

Question { IBM, 12119 }

How to load object properties to object repository through
scripting.give one example


Answer

Who mark the Vamsi answer as wrong. If u dont know the
answer just keep quite. It is Perfect answer. Remaining
answers are not correct.

This concept wil be called as dynamic handling of OR.

Here we can add the repositories in runtime through script.
And we can remove OR at runtime.

If any doubts mail me

mskalyan.smile@gmail.com

Is This Answer Correct ?    3 Yes 4 No

Question { 15079 }

how to do spell check in QTP?
reply please


Answer

Using strcomp function we can check the spelings of a string.


-----------CODE---------------------
Set browobj=createobject("internetexplorer.application")
browobj.visible=true
browobj.navigate"www.yahoomail.com"
wait(5)
Dim a,b
b="Signing up is easy."
a=Browser("name:=Yahoo! Mail: The best web-based
email!").Page("title:=Yahoo! Mail: The best web-based
email!").WebElement("innertext:=Signing up is
easy.").GetROProperty("innertext")
msgbox a
c=StrComp(a,b)
MsgBox c
If c<>0 Then
reporter.ReportEvent 1,"Stringcomparision","strings are not
equal"
else
reporter.ReportEvent 0,"Stringcomparision","strings are
equal"
End If




Any doubts....mail to-------mskalyan.smile@gmail.com

Is This Answer Correct ?    2 Yes 0 No

Question { IBM, 15561 }

I want to open a Google page without recording a test and i
do not want to use system.Util.run command as well how do i
do this?


Answer

What Rico told is exactly correct. We can use below
function as a generic function. So when ever required we
will call them with differnt url"s.

function navbr(url)

Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = true
IE.Navigate (url)
Set IE = Nothing

end function



Any doubts I wil explain with pleasure.
mskalyan.smile@gmail.com

Is This Answer Correct ?    2 Yes 0 No

Question { 12274 }

i want to handle all the unwanted pop up through QTP i done
that with recovery scenario but it need some title of pop
up but i want that it should handle all the pop up even i
don't give the title of that pop up in recovery scenario is
there any general way to handle all the pop up please
help


Answer

If U found any popups or error messages u need to recover
from that situation in runtime. For this we can use DP with
IF condition and Exist and Click methods.

EX:-

If OH.Exist Then

OH.Click

Else

Endif

OH means Object Heirarchy. EX:-Browser().Page().Frame().----.

Here I have given the answer with full explanation,this is
useful for Beginners.

Any doubts mail to

mskalyan.smile@gmail.com

Is This Answer Correct ?    3 Yes 0 No

Prev    1    [2]