chandu


{ City } noida
< Country > india
* Profession *
User No # 25102
Total Questions Posted # 0
Total Answers Posted # 9

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

Users Marked my Answers as Correct # 55
Users Marked my Answers as Wrong # 43
Questions / { chandu }
Questions Answers Category Views Company eMail




Answers / { chandu }

Question { IBM, 28543 }

give me descriptive programing code sample flight
application in qtp?


Answer

Systemutilrun " Path of the Application "
Dialog("text:=Login").WinEdit("name:=Agent name").set "Chandu"
Dialog("text:=Login").WinEdit("name:=Password").set "mercury"
Dialog("text:=Login").WinButton("name:=OK").click
If Window("text:=Flight Reservation") Exists
Then
Window("text:=Flight Reservation").close
Else
Dialog("text:=Login").Winbutton("name:=CANCEL").click

Regards,
Chandu
Correct me if i was wrong

Is This Answer Correct ?    15 Yes 5 No

Question { Accenture, 66139 }

How to use Regular Expressions in QTP? give an example.


Answer

Hi kavitha ,

Can u tell briefly how to handle dial up connection using
the REGULAR EXPRESSION code.

Thanks & Regards
chandu

Is This Answer Correct ?    5 Yes 8 No


Question { Semantic Space, 9279 }

How do u write a regular expression for date (dd/mm/yyyy)
field ?


Answer

(0[1-9]|[12][0-9]|3[01])[- /.](0[1-9]|1[012])[- /.](19|20)\d\d

0 - selects '0' Literally
[1-9]- selects the range between 1 to 9
[012] - selects either 0 or 1 or 2
[0-9] - selects the range between 0 to 9

[- / .] - selects either - or / or .
(19/20) - selects either 19 or 20 literally

Is This Answer Correct ?    5 Yes 1 No

Question { Kanbay, 23381 }

What is InStr()


Answer

Mr chandrashekar .......... if u want to give the brief
explanation abt any Question...... Write here itself .....
No need to provide ur contact details .........

It's very bad part of it ........


Chn

Is This Answer Correct ?    14 Yes 3 No

Question { KPIT, 13624 }

in v model of software testing which processes comes under
QA and which processes comes under QC?And what is
verification and validation please anwer these question i
realy very confused


Answer

Hi

QA process comes under VERIFICATON
QC process comes under VALIDATION

VERIFICATION -- Are we building the right product
VALIDATION --- Are we building the product right

Is This Answer Correct ?    5 Yes 3 No

Question { IBM, 40034 }

how to invoke the web application through script in qtp


Answer

Systemutil.run "URL"



-------- It's Enough

Is This Answer Correct ?    7 Yes 22 No

Question { 4526 }

hi friends i was tried to connect qtp with oracle database
using provider.i got a error.so anyone can help me out by
correct script


Answer

The code for connecting QTP with ORACLE & MYSQL is same or
different ...?

if not , can any one provide the CODE

Thanks & Regards
Chandu

Is This Answer Correct ?    0 Yes 0 No

Question { 8136 }

How many tables will create when we create table, what are they?


Answer

Hi Freeman ,
Can u please let me know the extensions of
.frm
.myi
.myd

Thanks in advance
Chandu

Is This Answer Correct ?    4 Yes 1 No

Question { IBM, 5555 }

what is diffrense between action and function


Answer

Actions are used to divide scripts into logically related
groups of QTP Statements . They are similar to functions but
with a few differences

Action are unique to QTP , While functions are supported by
both VB script and QTP.

Is This Answer Correct ?    0 Yes 0 No