What is the difference between client server application and
web based application?
Answer / aishwarya. r
Client send an information to server for example they r many server 2/3 server client will be send an information one by one server finally send an information to server application
| Is This Answer Correct ? | 0 Yes | 0 No |
Iam trying to write script for Rediffmail Page,in doing so the script line for go button is not accepting. Is their any other way other than . Browser("micClass:=browser").Page("micClass:=Page").Link ("micClasss:=Link","name=go")
A webPage has a ComboBox with 10 values in it. Write a script to select 4 vales from it using CTRL key
How to add a runtime parameter to a data sheet?
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.
anyone can explain about "Smart Identification" in QTP. what is the use of "Smart Identification" ???
What are the abbreviations for tsr and mtr?
17 Answers Ordain Solutions, TSR,
Hi my name is mohan. I am working as a manual tester.. And now i want learn QTP.. is there any online websites to learn QTP for free if u know any plz help me out..,.or send mail to k.mohann.mohan@gmail.com
can u explain relative path architecture framework in qtp?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
Does QTP support Linux Red Hat? Does QTP support Flash?
What information do the columns in the Keyword View show for each step?
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function