Re: Object Identification

2008-12-10 Thread Kishor Kumar
Hi Anilusing Blow 2 statments. Browser(b).sync Browser(b).Page(p) sync These piece of code sync until all objects gets loaded Of using wait property on a object in that page On Mon, Dec 8, 2008 at 9:04 PM, Roman Zilber [EMAIL PROTECTED] wrote: What do you mean by get the object? On Mon,

Re: guide me in logic of reusing the scenario given............

2008-12-30 Thread Kishor Kumar
Hi Kousaliya, Keep the checkbox logical name in test data of the scenario. mobiletype=DataTable(columnName,Sheetname) Browser(Browser).Page().*WebCheckBox(mobiletype).*Set ON Regards, Kishor On Tue, Dec 23, 2008 at 10:13 AM, kowsaliya rani kowsaliy...@gmail.comwrote: Hi , I got

Re: How to handle the regular expression in descriptive programming.....

2009-01-06 Thread Kishor Kumar
Hi venkat, Simply use .* where the deynamic values or changing. Goto Object Repository .select Inbox object then in Innertext or text property clik on right side ,in the pop up windows just type Inbox.* then check the Regular Expression check box .It will ask you use / in regular expression

Re: How to handle the regular expression in descriptive programming.....

2009-01-07 Thread Kishor Kumar
:=.*).page(title:=.*).Sync Browser(title:=.*).Page(title:=.*).Link(text:=Inbox .*).Click Thanks in advance.. Venkat On Wed, Jan 7, 2009 at 12:22 PM, Kishor Kumar kishor@gmail.comwrote: Hi Venkat use the same as below browser(b).page(p).frame(f).link(innertext:=Inbox.*).click

Re: Passing parameter through Action

2009-01-15 Thread Kishor Kumar
Hi , Use Global variable . Declare a variable in vbs as Public. *Global.VBs* ** *Public sLink.* In ExecuteAction *sLink=DataTable(LinkColumnName,SheetName)* *Call ClickAction * *sLink=DataTable(LinkColumnName1,SheetName)* *Call ClickAction* ** ** *If you have multiple link to click then put

Re: Problem during the Identification of Custom Object using QTP in Outlook2003‏

2009-02-10 Thread Kishor Kumar
Hi Devendra, if the objects are identified as winobjects then you can make use of SendKeys method to set data in the textbox,as follows. set wshell=createobject(wscript.shell) winobject(uname).click wShell.sendkeys this is test if any syntax error in above code please refer to SENDKEYS method

Re: Unable to open the QTP by clicking on the QTP icon

2009-04-06 Thread Kishor Kumar
Hi, your user profile might got corrupted,Please create a new user profile then open qtp. Regards, Kishor On Fri, Apr 3, 2009 at 9:42 AM, vijayaraj simpliienigma...@gmail.comwrote: Hi, I have Installed the QTP setup on my PC along with add ons. After installation got completed, I am unable

Re: QTP licensing and virtual machines

2009-07-02 Thread Kishor Kumar
Hi ,Please provide Same host name on XP vista machine,this will generate Same locking code ,so u can Same License on 2 machines,But,at any time only one OS can be up. Please let me knoe if this is working or not. Regards, Kishor On Fri, Jul 3, 2009 at 2:26 AM, Steve steve_seg...@hotmail.com

Re: problems in upgrading to qtp 9.5

2009-07-03 Thread Kishor Kumar
Hi,Please check the properties of Sumbit button which exists in Object repository , add same button again to Object repository compare them,, It might be an issue with IE version,some times few properties may get chage depending on IE version. Regards, Kishor On Fri, Jul 3, 2009 at 10:50 AM,

Re: problems in upgrading to qtp 9.5

2009-07-03 Thread Kishor Kumar
should not execute always.as the scripts are executing some times may be it is not the case of ie explorer problem. Suma On Jul 3, 12:15 pm, Kishor Kumar kishor@gmail.com wrote: Hi,Please check the properties of Sumbit button which exists in Object repository , add same button again

Re: QTP 9.5 running on Vista64

2009-07-03 Thread Kishor Kumar
Hi, QTP9.5 works with vista,Please TURN Off user access control then try to do recording , But open QTP open the browser. Please let me know whether this is working or not. Regards, Kishor On Fri, Jul 3, 2009 at 6:03 PM, Bert bertrand.leno...@cegedim.fr wrote: Hello, I try to create new

Re: QTP is not recognizing the objects for web application

2009-07-15 Thread Kishor Kumar
Hi, Try this. Go To IE -Tools-InternetOptions- Click on Programs Tab Click Manage Add-ons.. Verify that *BHO Manager Class*,should be enabled,If it is disabled ,enable it.. Regards, Kishore. On Wed, Jul 15, 2009 at 11:27 PM, srinadh neelam neelam.srin...@gmail.comwrote: Hi, I have

Re: navigate and learn

2009-07-27 Thread Kishor Kumar
Hi, please try to save your scripts other than c: drive.. because.. to work with qtp,you need to have write permissions to C:\Program Files\HP\QuickTest Professional location.. Please update us wheter this is working or not.. Regards, Kishor. On Tue, Jul 28, 2009 at 9:31 AM, Roman Zilber

Re: Object Repository

2009-07-29 Thread Kishor Kumar
Hi Saravana, There are 3 ways to load all of the ORs 1. Goto Resources-Object Reposiroty Manger- Open your OR all OR one by one goto file-Enable editing -now you can do drag drop of objects from one or to another.. 2.You can load 3 ORs Dynamically using AOM(Automation Object Model) 3.use OR

Re: QTP 10 License issues

2009-07-30 Thread Kishor Kumar
Hi Joshi,Please find attached document for uninstalling procedure which I follow for QTP8.2 9/9.2 versions.. please try this let me know whether this is working or not. Regards, Kishor. On Fri, Jul 31, 2009 at 1:43 AM, RRJoshi Joshi rrjoshi0...@gmail.comwrote: Hi, I had downloaded QTP 10

Re: hi

2009-08-08 Thread Kishor Kumar
Hi, Try Selenium tool.. works with windows/linux/mac os. Please refer to Link : http://seleniumhq.org/projects/ Regards, Kishore On Sat, Aug 8, 2009 at 1:19 PM, kalyan kallamadi kkallam...@googlemail.comwrote: Hi everone, well would like to know using QTP 9.2 is it that we only can record

Re: FLEX Automation - Need help

2009-08-31 Thread Kishor Kumar
Hi , I am able to perform record playback on controls of flex (Explorer Application provided with ADOBE FLEX Builder) My application is compiled with with all SWC Files(automation,automation_dmv,qtp..) I am able to recognize all the objects,but dynamically loading objects can't identified, I

Re:

2009-09-19 Thread Kishor Kumar
Hi Kalyan, Using QTP,we can automate web applications on IE Firefox only. Directly U can't record playback directly on Firefox. You need to record in IE playback on Firefox.But you need to take of QTP Firefox version compatibility . Regards, Kishor. On Fri, Sep 18, 2009 at 12:31 PM,

Re:

2009-09-20 Thread Kishor Kumar
browsers to see if the app can be accessed not only from IE but other browsers also. so if it has limitations then how one can test web app across multiple browsers. On Sat, Sep 19, 2009 at 11:17 PM, Kishor Kumar kishor@gmail.comwrote: Hi Kalyan, If u write the script using OR,if the script

Re: Issue on capturing the value of a object which used to be changed dynamically.

2009-10-26 Thread Kishor Kumar
Hi Srinadh, can you please let me whether it is a Web app or Desktop app, try with GetRoProperty() to get the data,before using this ,insert wait statement. Regards, Kishor On Mon, Oct 26, 2009 at 5:35 PM, srinadh neelam neelam.srin...@gmail.comwrote: Hi Am facing a issue while

Re: Installation Error!!!

2009-10-29 Thread Kishor Kumar
Hi Savitha, Please change the Temp variable value to C:\Temp 1. From Right Click on Mycomputer-properties 2. Click Advanced tab Click Environment Variables 3. Change the Tmp temp variable values to C:\temp click OK 4. open QTP Check it. Note : make sure that Temp folder exists

Re: Installation Error!!!

2009-10-30 Thread Kishor Kumar
this asap and let you know. Cheers, Savitha On Thu, Oct 29, 2009 at 12:45 PM, Kishor Kumar kishor@gmail.comwrote: Hi Savitha, Please change the Temp variable value to C:\Temp 1. From Right Click on Mycomputer-properties 2. Click Advanced tab Click

Re: Select seat a Free

2010-01-19 Thread Kishor Kumar
Hi, Please make use of filename property,to identify 2 variations of the seats. and use descriptive programing,to get collection of filled or non filled seats.then select index:0 element from non filled collection Set nonFilled=Description.Create nonfilled(micclass).value= image nonFilled(file

Re: Banking applications testing process

2010-02-01 Thread Kishor Kumar
Hi, What do mean by Testing credit cards. What I think is ,you need to use some credit card no,to validate,application integrated properly with third party API. to validate credit card functionality,you can make use of dummy credit card no. Some of the card no,you can find in below link

Re: Migrating scripts

2010-02-25 Thread Kishor Kumar
http://www.win-quick.com/ http://www.win-quick.com/ http://www.win-quick.com/ http://www.sierraatlantic.com/products/QTPGenie.php Regards, Kishor http://www.sierraatlantic.com/products/QTPGenie.php On Thu, Feb 25, 2010 at 6:17 AM, koteshwar kreddy.pak...@gmail.com wrote: How to migrate the WR

Re: Regular Expression for Inbox(1 to 10)

2010-02-27 Thread Kishor Kumar
Hi, Just use regular expression like Inbox.* in Object Repository. then Use *GETROProperty *to get innertext value temp=b..p.link(inbox).getroproperty(innertext) strtemp=split(Ucase(temp),ucase(inbox)) if CINT(strtemp(1))1 And CINT(strtemp(1)) 10 then Msgbox pass Else Msgbox

Re: Use of Random number generation in Automation testing?

2010-03-03 Thread Kishor Kumar
Hi, 1.Scenarios like some time u have to select any element from dropdown list.. so,u can make use of picking some index of dropdown items 2.Creating an order with unique customer name.where u can append some random number to some string to get unique name every time scenario executes. I

Re: Use of Random number generation in Automation testing?

2010-03-03 Thread Kishor Kumar
I am able to understand it now, could you please give me one sample script for selection of index randomly from listbox Thanks On Thu, Mar 4, 2010 at 10:31 AM, Kishor Kumar kishor@gmail.com wrote: Hi, 1.Scenarios like some time u have to select any element from dropdown list

Re: Running the function names by parameters

2010-03-10 Thread Kishor Kumar
try with eval(ss) On Thu, Mar 11, 2010 at 10:25 AM, sara mailsarav...@gmail.com wrote: I have a specific problem, How do I run a series of functions like…fns1,fns2,fnN with a for loop… Please find what i’ve done and it says ’syntax error’ For i=1 to 4 ss=trim(CStr(“abc_gui_case_”i))

Re: QTP problem

2010-03-22 Thread Kishor Kumar
Hi Arihan, It is problem with your user profile. Please recreate your user profile,then every thing works fine. to create login as another admin delete/rename your account from C:\Documents and Settings\Arihan to C:\Documents and Settings\Arihan11 then login once again with your user name

Re: What should be use?

2010-04-06 Thread Kishor Kumar
Hi Ankur, Go for IF condition,since the popup is expected at definite time. Don't use recovery scenarios when situations are predictable. Regards, Kishor On Tue, Apr 6, 2010 at 5:40 PM, Ankur Gupta ankur...@gmail.com wrote: Hi All, We know that we are using Recovery scenarios for untimely

Re: web application

2010-04-06 Thread Kishor Kumar
Hi Gopi, Go for functions in external VBS Files. If u write actions ,it is again overhead of defining input parameters/out put parameters(for returns values). Regards Kishor On Tue, Apr 6, 2010 at 7:18 PM, MercuryQTP gopi.bezaw...@gmail.com wrote: Hi Friends, When using webapplications

Re: Capturing Dynamic Text Problem through Text Output

2010-04-06 Thread Kishor Kumar
Hi, user Replace() to extact the number str=Employee number : x123 saved successfully. strTemp=Replace(str,Employee number :,) strTemp=Replace(Replace, saved successfully.,) Msgbox strTemp Regards, Kishor On Tue, Apr 6, 2010 at 4:57 PM, Daim Phillips daim9...@gmail.com wrote: Thanks for the

Re: Capturing Dynamic Text Problem through Text Output

2010-04-07 Thread Kishor Kumar
mymistake.. correct it as strTemp=Replace(strTemp, saved successfully.,) On Wed, Apr 7, 2010 at 12:32 PM, Daim Phillips daim9...@gmail.com wrote: Error message generated Wrong number of arguments or invalid property assignment: 'Replace' Line (19): strTemp=Replace(Replace, saved

Re: Mobile testing approach

2010-04-07 Thread Kishor Kumar
Hi, Refer to this.. http://www.learnqtp.com/testing-mobile-applications-pda-with-qtp-jamo-meux/ http://www.learnqtp.com/testing-mobile-applications-pda-with-qtp-jamo-meux/ Regards, Kishor On Thu, Apr 8, 2010 at 9:39 AM, GMAIL oracleapps...@gmail.com wrote: Hi Can any one tell me how to

Re: Mobile testing approach

2010-04-07 Thread Kishor Kumar
wrote: Can any one tell me the QTP addin name for mobile testing? On Thu, Apr 8, 2010 at 9:59 AM, Kishor Kumar kishor@gmail.com wrote: Hi, Refer to this.. http://www.learnqtp.com/testing-mobile-applications-pda-with-qtp-jamo-meux/ Regards, Kishor On Thu, Apr 8, 2010 at 9:39

Re: how to trim a file passed from text file and to loop for dynamic count

2010-04-12 Thread Kishor Kumar
Hi Raji, Why you are using Address .Just Try.. webadd=http://10.99.7.21/HydraAdministration; SystemUtil.Run C:\Program Files\Internet Explorer\iexplore.exe,webadd,, Browser(Browser).Page(Page).Sync Regards, Kishor On Tue, Apr 13, 2010 at 10:45 AM, Rajeswari Damuluri

Re: Object Identification Problem

2010-09-29 Thread Kishor Kumar
Hi Hazeena, If more than one objects exists ,you have to specify index of the object on which you have to do your action. if you want to do action on first object then provide index as 0,if object index is unknown ,then find it dynamically by writing code. or try to find all web edits using

Re: QTP 11.0 Silverlight Testing

2010-10-08 Thread Kishor Kumar
Hi, Please refer this .. http://dotnetresource.me/post/2009/10/14/QTP-does-not-support-windowless-Silverlight-controls.aspx ... Kishor On Fri, Oct 8, 2010 at 9:18 PM, Hemant hemant@gmail.com wrote: Please share if any member in the group is using QTP 11.0 for Silverlight Testing. --

Re: QTP 11.0 Silverlight Testing

2010-10-08 Thread Kishor Kumar
http://blog.lab49.com/archives/4606 On Fri, Oct 8, 2010 at 10:37 PM, Kishor Kumar kishor@gmail.com wrote: Hi, Please refer this .. http://dotnetresource.me/post/2009/10/14/QTP-does-not-support-windowless-Silverlight-controls.aspx ... Kishor On Fri, Oct 8, 2010 at 9:18 PM, Hemant

Re: QTP 11.0 Silverlight Testing

2010-10-08 Thread Kishor Kumar
http://www.scribd.com/doc/21638285/qLabs-SilverLight-Automation-Feasibility-Study On Fri, Oct 8, 2010 at 10:43 PM, Kishor Kumar kishor@gmail.com wrote: http://blog.lab49.com/archives/4606 On Fri, Oct 8, 2010 at 10:37 PM, Kishor Kumar kishor@gmail.comwrote: Hi, Please refer

Re: QTP 10.0 or 9 Series

2010-10-19 Thread Kishor Kumar
http://www.genilogix.com/downloads/unified-functional-testing/older/qtp-patches/ http://www.genilogix.com/downloads/unified-functional-testing/older/qtp-patches/ On Tue, Oct 19, 2010 at 7:00 PM, ArunC Kumar arunsankarmo...@gmail.comwrote: Hello Guys, Does any body have QTP V 10 or 9 series.

Re: How to search a given value on web Page

2010-10-20 Thread Kishor Kumar
QTP 11 supports Xpath css these are available in Object Properties of the object On Wed, Oct 20, 2010 at 8:58 PM, Mason Foley masonfo...@gmail.com wrote: Does QTP have native support for xPath expressions? On Wed, Oct 20, 2010 at 12:15 AM, Anil Yadav anil...@gmail.com wrote: why u want

Re: Migration of scripts from IE 7 to IE 8

2010-11-25 Thread Kishor Kumar
Hi, Scripts developed on IE6 ,will execute in IE7 IE8 ,except below lines of code 1.Security Alerts in IE6 is a dialog,in IE7/8 it is in line text 2.IE Popup name in IE6 is Microsoft Internet Explorer,But IE7/IE8,i t is windows internet explorer. Some times HTML Frames ID will from IE6/IE7

Re: QTP is Getting Hanged

2010-12-07 Thread Kishor Kumar
apply the QTP Patch (QTP_00626) mentioned in the link - http://update.external.hp.com/quicktest/10.0/QTP10RU_ReleaseNotes.html all latest pacthes On Wed, Dec 8, 2010 at 11:27 AM, Rajat Gulati mail2ra...@gmail.com wrote: It seems you are using QTP 10, since this is a common issue with it.

Re: QTP: Generic run error

2010-12-16 Thread Kishor Kumar
I am not sure what is the title name properties values, use the values as per your application Never use class name property in Descriptive programing.It is defect in qtp.It is corrected in QTP 11 use as cartItemDesc(micclass).Value = WebElement Regards, Kishor On Thu, Dec 16, 2010 at 5:39

Re: How to encrypt Library files (.vbs) in to non-readable form

2010-12-22 Thread Kishor Kumar
DLL Creation is not be done,by simply saving the file as DLL extension you have to Use VB6 or VB.Net to re write your code Create a DLL. On Wed, Dec 22, 2010 at 7:28 PM, shashank shekhar raj shashank.shekhar@gmail.com wrote: Sri-Ram I Have Try your method on* .VBS* file by changing

Re: QTP Support for MS SilverLight UI.

2010-12-22 Thread Kishor Kumar
QTP10 supports silver light 3.0 version you need to add a patch QTPNET_00044 to get silver light addon to automate silver light version3.5 or 4 you need qtp 11 On Thu, Dec 23, 2010 at 11:14 AM, Vinay Venkatesh vinay...@gmail.comwrote: Hi, Can any one confirm, if QTP supports UI objects and

Re: Quality Center

2011-01-08 Thread Kishor Kumar
1. Can we install just QC 10 on a laptop for learning purpose? Yes,You can install any version of QC. Install Virtual PC 2007 in XP os. in Virtual PC Install Windows 2003 server SQL Server 2003 or SQL Server2005 Install QC in Virtual PC. Establish network connection between Win xp windows 2003

Re: Quality Center

2011-01-09 Thread Kishor Kumar
yes, you can install in laptop also. you can install Virtual PC on top of XP or vista/windows7 also. QTP10 QC 10 is not avilable on hp sites. only version 11 is avilable. On Sun, Jan 9, 2011 at 10:58 PM, sridhar marri sri.ma...@gmail.com wrote: Hi, Its possible to install on Laptop.Now 10

Re: qtp 10 installation software

2011-01-11 Thread Kishor Kumar
Hi Rajendra, QTP11 also works with QTP10 license. if you want to get Hp Service test scripts,in QTP then you need Unified Functional Test License. Except the above feature,all features works very well ,if you install QTP10 license for QTP11. Regards, Kishor On Tue, Jan 11, 2011 at 10:57 PM,

Re: Object Identification problem with IE 8 and QTP 10.0

2011-03-02 Thread Kishor Kumar
Hi Nidhi, what is the OS on your PC. if it is vista or win7 then you have disable UAC (from control panel). after disabling open qtp first and open browser. Regards, Kishor On Wed, Mar 2, 2011 at 4:58 PM, Nidhi Sharma nidhiishar...@gmail.comwrote: Hi All, The object identification is not

Re: Need to know about usage of utility functions

2011-03-02 Thread Kishor Kumar
Hi Gayathri, Utility functions not specific to any application and reduces your effort on doing some kind of tasks like string/array comparison, generating random numbers/names. if you develop these functions more generic then you can use these functions in any project with 0% maintainance

Re: APTT plugin for QTP

2011-03-16 Thread Kishor Kumar
Hi Mrinal, Please provide me the details like issue descriptions. qtp and IE ,Acrobat reader vesrions. And screenshots . Regards, Kishor On Wed, Mar 16, 2011 at 8:59 PM, Mrinal mrinal@gmail.com wrote: Hi All, Did anyone work on automation of PDFs maintain by Lifecycle server.We can use

Re: Symbian emulator automation

2011-03-22 Thread Kishor Kumar
Hi Arun, We can do it. but we have to depend on third-party addin like ZAP-it or Conflair . google it... Regards, Kishor On Wed, Mar 23, 2011 at 12:31 AM, arun aravind pukaar...@gmail.com wrote: I want to know whether is it possible to automate Symbian emulator using QTP, if not what is

Re: Application

2011-03-28 Thread Kishor Kumar
Hi Keerthi, What do u mean by adding exe to QTP. as per my understanding ,it is like opening an exe file using QTP. Is that correct? Regards, Kishor On Mon, Mar 28, 2011 at 4:36 PM, keerthi balaji2keer...@gmail.com wrote: How to add an exe to the Qtp for testing -- You received this message

Re: Qtp is not retaining the different value selected in the web list and changing to default value.

2011-03-29 Thread Kishor Kumar
Hi Raj, It might be sync issue use wait 30 or wait 60 and ncrease time then try to navigate to next action after selecting data in listbox reason could be ,, AJAX behavior .. you have to wait until AJAX Call completes,then navigate to other control.. faced similar issue with edit box, where

Re: Functions list declared under a class is not shown by QTP using class object

2011-03-29 Thread Kishor Kumar
By Default ,QTP don't provide the feature ,which you are looking at.. you have to use WSC to create a custom COM components.. We can first use the WSC to create a custom COM components, and to ensure that calls can be used CREATEOBJECT [image:

Re: Android Automation using Robotium Tool

2011-04-29 Thread Kishor Kumar
because.??? On Apr 26, 10:06 pm, Kishor Kumar kishor@gmail.com wrote: Hi , since past 3 months I am working on Android Application Automation using ROBOTIUM (Open Source Tool). I have completed my research and posting the innovations in my blog. http://www.allianceglobalservices.com

Android Automation Using Robotium - Part3

2011-05-04 Thread Kishor Kumar
Hi Guys, Part3- of Android Automation Blog. http://www.allianceglobalservices.com/blog/kkambham/automated-testing-application-android-using-robotium-%E2%80%93-part-3 *NOTE*: Please ignore this mail,if it is irrelevant to you. Regards, Kishor -- You received this message because you are

Re: object identification issue

2011-05-10 Thread Kishor Kumar
Hi chaman , Which version of qtp are you using.. Go for QTP11,allows you to record directly on Firefox . if you are using QTP10,then you can record on IE and playback on FireFox. But Firefox version should be compatible with QTP10.. I think FF3.5 works well.. if you reinstall your browser then

Automated Testing of Application on Android using ROBOTIUM – Part 4

2011-05-23 Thread Kishor Kumar
Hi, http://www.allianceglobalservices.com/blog/kkambham/automated-testing-application-android-using-robotium-%E2%80%93-part-4 My Blogs: http://www.allianceglobalservices.com/blog/kkambham/ Regards, Kishor. -- You received this message because you are subscribed to the Google QTP - HP Quick

Re: Script Fails due to Cache Problem

2011-05-30 Thread Kishor Kumar
Hi, Issue might be with Application browser cache. To validate this. insert msgbox testing , before proceeding to next iteration. when script paused , delete the ie cache then click OK button . If it continues then , we have to automate process of deleting cache using Vb script. Regards,

Re: Not able to take screenshot for the nightly scheduled scripts.

2011-07-27 Thread Kishor Kumar
Hi , I strongly recomend to USE the solutions provided by Ganesh muralidharan Capture bitmap doesn't work ,if pc screen gets locked. Avoid pc getting into lock mode.. Regards, Kishor * * On Wed, Jul 27, 2011 at 5:30 PM, Nidhi Sharma nidhiishar...@gmail.comwrote: Hi, I am facing a problem of

QTP HTML Report

2011-08-23 Thread Kishor Kumar
Hi Guys, I have developed a Customized reporting for QTP. It generates QTP Native Report + HTMl Report. Please have a look at this.share your coments http://www.allianceglobalservices.com/white-paper/test-utilities-generating-HTML-Reports-for-HP-Quick%20-test-Pro.html Regards Kishor -- You

Re: QTP HTML Report

2011-08-23 Thread Kishor Kumar
Hi Guys, You can register download the code use it.. Look into Download the Testing Utilities Tool section On Tue, Aug 23, 2011 at 9:47 AM, Kishor Kumar kishor@gmail.com wrote: Hi Guys, I have developed a Customized reporting for QTP. It generates QTP Native Report + HTMl Report

Re: QTP HTML Report

2011-08-24 Thread Kishor Kumar
but then it automatically shows page cannot be displyed. cn u send the file on the mail pls? Regards Shalabh Dixit On Tue, Aug 23, 2011 at 7:17 PM, Kishor Kumar kishor@gmail.comwrote: Hi Guys, I have developed a Customized reporting for QTP. It generates QTP Native Report + HTMl Report

Re: Problem getting values from database -view

2011-08-24 Thread Kishor Kumar
this can be a wait problem .. Regards, Girish On Aug 23, 10:58 pm, Kishor Kumar kishor@gmail.com wrote: Hi Girish, What kind of environment you are working on i.e where is your Database located in local network or remote. If it is located in remote, then it will take a time to get

Re: QTP HTML Report

2011-08-25 Thread Kishor Kumar
yes On Thu, Aug 25, 2011 at 5:12 AM, Bhuvan Sundar bhuvan.sun...@gmail.comwrote: is this support QTP 9.2? On Tue, Aug 23, 2011 at 7:17 PM, Kishor Kumar kishor@gmail.comwrote: Hi Guys, I have developed a Customized reporting for QTP. It generates QTP Native Report + HTMl Report

Re: Through QTP Descriptive Programming I want to click on OK button in a dialog Box...Please Help me OutDoesnot

2011-08-30 Thread Kishor Kumar
Hi Swapna, What if Test Environment you are using is Win7 (64 bit 0r 32 bit) + QTP10 + IE8. then surely you will get issues with IE Dialog. QTP Will not properly identify your objects. Please reply with details,so that I can suggest the solution. Regards, Kishor On Thu, Aug 25, 2011 at 11:46 PM,

Re: QTP HTML Results Issue : Urgent

2011-10-17 Thread Kishor Kumar
Hi Rahul, Hope this solves your issue. http://www.alliance-consulting.com/white-paper/test-utilities-generating-HTML-Reports-for-HP-Quick%20-test-Pro.html Please let me know if, need further details Regards, Kishor On Mon, Oct 17, 2011 at 10:14 PM, iRahulSingh rahulsingh.u...@gmail.comwrote:

Re: Kishor I wanna study your research ROBOTIUM

2011-10-27 Thread Kishor Kumar
Hi Daniel, We are renovating our site.Please refer to below link*.* * * http://www.allianceglobalservices.net/blog/kkambham On Thu, Oct 27, 2011 at 7:39 PM, Daniel zhao wguodong.z...@gmail.comwrote: Just copy: Hi , since past 3 months I am working on Android Application Automation using

Re: QTP recording issue

2011-10-27 Thread Kishor Kumar
Hi, Please set UAC(User Access Control ) in win7 to never Notify. http://www.howtogeek.com/howto/windows-vista/disable-user-account-control-uac-the-easy-way-on-windows-vista/ First Open QTP Open 32bit IE Version in Win7 , navigate to your application On Thu, Oct 27, 2011 at 7:40 PM, jilan

Re: To Click an WebElement Present in a WebTable

2011-11-11 Thread Kishor Kumar
did u tried this.. Browser(micclass:=Browser).Page(micclass:=Page).WebTable(name:=Scan Name).ChildItem(i,1,Image,0).Click On Fri, Nov 11, 2011 at 3:00 PM, Sheik Adil qtpa...@gmail.com wrote: Hi All The Scenario is i have a WebTable in that i have to Click on Edit which is an Web Element

Re: Enovia Tree Menu

2011-11-17 Thread Kishor Kumar
Hi , Try below code, i observed in your OR, that we have enabled Smart Identification , make it false, make sure that objects are highlighted , after disabling SI. t Browser(ENOVIA).Page(ENOVIA).WebElement(3dsButton_3).Click Browser(ENOVIA).Page(ENOVIA).WebElement(Engineering).Highlight

Re: how can we click a link in web table

2011-11-22 Thread Kishor Kumar
Set RefObj=B().p().webtable().childitem(2,2,Link,1) RefObj.HighLight Refobj.Click '' above code clicks on Row:2 Col:2 , second Link On Tue, Nov 22, 2011 at 8:21 PM, Raju Prasad raju16pra...@gmail.com wrote: senario a cell consists of 4 links and i want to click 2 nd link thanks

Re: need help regarding database testing

2011-11-22 Thread Kishor Kumar
check these links http://www.qtp10.com/2009/06/qtp-code-execute-stored-procedures.html http://quicktestprofessional.wordpress.com/category/running-stored-procedures-from-qtp/ On Tue, Nov 22, 2011 at 6:38 PM, uma mahesh umamahesh...@gmail.com wrote: Thank you for your reply. I know about

Re: Not able to handle pop ups through recovery scenario

2011-12-08 Thread Kishor Kumar
Hi Manoj, Please share some screenshots of the appa stateto undestand the situaion better way, Instead of depending on Default recovery mechanism, you can write your own recovery handler , as a Function , trigger this handler whenever, to handle the popups. Regards, Kishor On Thu, Dec 8, 2011

QTP Special Drive For Hyderabad location

2011-12-23 Thread Kishor Kumar
Hi Team, Alliance Global Services Hyderabad,India is looking for 3-6yrs exp people - *QTP*. There will be scheduled walk-in on Next Wednesday(28 Dec) At Hyderabad office. if you have any suitable CV ,please fwd to me I can let you know the scheduled Timings. Regards, Kishor 9966404207 --

Re: Problem clicking on a link in the webtable

2011-12-30 Thread Kishor Kumar
r u sure that web element exist in row2 col 1.. there might be some hidden rows columns , try to increase the colmn value and verify and Disable Smart Identification in OR for all objects On Fri, Dec 30, 2011 at 1:47 PM, shashi qa shashiq...@gmail.com wrote: I have tried as per your

QTP Parallell execution on Multiple browsers

2012-01-25 Thread Kishor Kumar
Hi Experts, Any Ideas about QTP Script execution as described below. Can we execute QTP Scripts Parallelley on Multiple browsers Can we execute QTP scripts on remote machine ( not from QC). Can we execute QTP Scripts with out QTP installed on remote machine.. -- You received this message

Re: Pointer is missing

2012-02-07 Thread Kishor Kumar
if QTP script is executing in fast mode, u won't see any point.. please set the run mode to normal , tools-options (not sure ,about navigation) check in qtp menus On Tue, Feb 7, 2012 at 4:29 PM, shashi qa shashiq...@gmail.com wrote: Hi All, The pointer which shows which step is currently

Re: WebList as WebElement

2012-03-16 Thread Kishor Kumar
Hi Deepak, if it is a AJAX and GWT Component then QTP Identifies as Web Element. you to try with WEB Extensibility kit. this one adds Ajax, DOJO and Yahoo UI plug in.. After installing , these plug-ins also, u r not able to identify, then we have to your own code, to deal with Custom Objects

Re: Recover scenario - step before trigger

2012-03-16 Thread Kishor Kumar
Use Custom Handler, i.e Function to deal with exceptions.. Write the code , like reporting , and other details in the function While preparing the recovery scenarios, call this function as a handler.. (instead of close browser action) On Fri, Mar 16, 2012 at 8:17 PM, Kiran Ogeti

Re: Noob Question - Click specific Links

2012-03-29 Thread Kishor Kumar
try this.. Browser(Browser).Page(Page).Link( Text:= DataTable(ID_NUM,dtLocalSheet)).Click On Thu, Mar 29, 2012 at 5:28 PM, jsmit jeffsmith...@gmail.com wrote: As in something like this? Browser(Browser).Page(Page).Link( Text:=DataTable(ID_NUM, dtLocalSheet)).Click I'm very new to QTP so

Re: excel object for open office

2012-07-05 Thread Kishor Kumar
of problems because scripting is very easy for ms office and we need to change a lot of things if we want to create a COM API. On Thu, Jul 5, 2012 at 10:07 PM, Kishor Kumar kishor@gmail.comwrote: guys, u can make of COM API of Open Office and read data cell by cell. then load all data

Re: How to export the QTP results to excel using script?

2012-07-18 Thread Kishor Kumar
RegSvr32 Pathto dll\AGS_HTMLREPort.dll or google it for Regsvr32 for more details.. On Wed, Jul 18, 2012 at 11:37 AM, Suresh satyakinjar...@gmail.com wrote: Please let me know the steps hot to register the DLL file On Tuesday, 17 July 2012 20:00:02 UTC+5:30, KK wrote: Guys, Please

Re: RSA secure ID login page automation for sap application

2012-07-19 Thread Kishor Kumar
Hi Aaradhana, Just a thought .. is there any posibility to query the server using any API , check with RSA Admin to get info. And if you find any solutions, please let us know Regards, Kishor On Thu, Jul 19, 2012 at 5:49 PM, aradhana simplyj...@gmail.com wrote: Hi All I have to automate a

Re: RSA secure ID login page automation for sap application

2012-07-19 Thread Kishor Kumar
below link troughs a light .. similar methods can be use.. http://docs.blackberry.com/en/admin/deliverables/12058/PF_Generating_a_tokencode_for_a_software_token_845139_11.jsp On Thu, Jul 19, 2012 at 5:49 PM, aradhana simplyj...@gmail.com wrote: Hi All I have to automate a sap login page

Re: how to get contol on the checkboxes, picklist etc in the wpftable

2012-07-24 Thread Kishor Kumar
QTP Supports WPFGrid3.5 version. And moreover , you ave to develop the API in c# or vb.net then access them in QTP. Refer to eXceed Grid Manual.. http://doc.xceedsoft.com/products/XceedWpfDataGrid/UI_Automation.html On Mon, Jul 23, 2012 at 4:34 PM, qtplearner guptaamit...@gmail.com wrote: Hi

Re: QTP with FLEX

2012-07-26 Thread Kishor Kumar
Hema, Just give a try with this place TEAFlex.xml in path . C:\Program Files\HP\QuickTest Professional\dat\Extensibility\TEA Plugin installation will do registration of the DLL, so that QTP can identify the plug-in On Thu, Jul 26, 2012 at 12:44 PM, hema namani hema.nam...@gmail.com wrote: Hi

Re: Descriptive programing to find only the Visible object in the webpag

2012-07-30 Thread Kishor Kumar
Gajendra Look for offsetheight property , it is always 0 or 20 or 30 depends on object height use below code to find the offsetheight when object is not visible Msgbox b,p,f.webimage(img1).object.offsetheight then make actions to make the object visible then agin run above code . that gives

Re: Enter the value in the text field by identifying the label name

2012-07-30 Thread Kishor Kumar
use VisualRelation(QTP11) to identify the the text field based on AccountName Label. On Mon, Jul 30, 2012 at 7:04 PM, Gajendra Jain jain.gajen...@gmail.comwrote: Hi, I want to enter the value in the text field by passing the label(Account Name) against to it using descriptive programming or

Re: not able to add User Defined.ini in Environment Setting of QTP 11

2012-10-15 Thread Kishor Kumar
Create file as mentioned below [Environment] UID=test PWD=test123 save this file as env.ini Regards, Kishor On Mon, Oct 15, 2012 at 5:18 PM, Sumit Shrivastava shri...@gmail.comwrote: not able to add user defined.ini file to the environment setting of QTP 11 getting an error message i.e.

Re: Chrome patch installed but no show in QTP

2012-10-17 Thread Kishor Kumar
Kiran, Chrome patch supports only,Play back of scripts ,No recording in Chrome Directly. Record script in IE , then invoke chrome , using systemutils.run and run the script Regards, Kishor On Wed, Oct 17, 2012 at 10:22 PM, Kiran Ogeti kse...@yahoo.com wrote: All, I need your imm help, I

Re: Does QTP support Symphony Spreadsheets and Open office Calc ?

2012-12-29 Thread Kishor Kumar
Hi Raj, you can develop your own function, to read data from open excel using open excel com structure(similar COM) --Kishor On Sat, Dec 29, 2012 at 5:06 PM, Rek reks india.r...@gmail.com wrote: Does QTP support Symphony Spreadsheets and Open office Calc instead of Ms Excel to Import and

Service Pack 1 for Unified Functional Testing and for Service Test is now available – Check out below what’s new in UFT/ST 11.51

2013-02-04 Thread Kishor Kumar
This service pack contains updates related to:  New Environments Support  SAP  Actions  Keyword View (Insert Report Step)  Run Session Stop Key  Errors Pane  Application Areas  Add-ins  Bug fixes  More information is available in the SP1 ReadMe file *This Service Pack is a mandatory

Re: Weblist object property changes during the run time.

2013-02-08 Thread Kishor Kumar
Did u tried like this Browser(SAS Information Delivery).Page(SAS Web Report Studio_3).WebList(text::=promptProperties.*,index:=0).Select 2012411 NHIS CAPI Browser(SAS Information Delivery).Page(SAS Web Report Studio_3).WebList(text::=promptProperties.*,index:=1).Select Year to date

Re: Weblist object property changes during the run time.

2013-02-08 Thread Kishor Kumar
at 9:00 AM, Kishor Kumar kishor@gmail.com wrote: Did u tried like this Browser(SAS Information Delivery).Page(SAS Web Report Studio_3).WebList(text::=promptProperties.*,index:=0).Select 2012411 NHIS CAPI Browser(SAS Information Delivery).Page(SAS Web Report Studio_3).WebList(text

Re: QTP 10 or QTP 11 trial or full version on Windows 7

2013-02-14 Thread Kishor Kumar
Lavanya, Install Virtual PC, and winxp/win7 as a Guest OS. And after installing OS, make a back up of Hardisk(vhd) , then install QTP. whenever QTP expired.. delete current VHD and make clone of Base OS and reinstall QTP.. On Fri, Feb 15, 2013 at 9:04 AM, Lavanya Ch se.lava...@gmail.com wrote:

  1   2   >