Re: VB Script to separate upper & small Letters from a string and store in excel

2016-08-04 Thread vamsi 4guts
HI Pradeep, Below code for separating upper and lower cases using ASCII. str = "Hi How Are You" For i = 1 To len(str) ch = mid(str,i,1) If asc(ch)>=65 and asc(ch)<=90 Then ucaseletters = ucaseletters&ch ElseIf asc(ch)>=97 and asc(ch)<=122 Then lcaseletters = lcaseletters&

Re: convert mtr(local repository) to tsr extension using utility

2016-08-10 Thread vamsi 4guts
Hi Ravi, What you are looking for? Can you clarify once. then I can try to sort out. On Thu, Aug 4, 2016 at 4:50 PM, Ravi kiran wrote: > Hi all, > i want convert .mtr file to .tsr file extension using vbscript utility. > please share if you have code. > thanks in advance. > > > -- > -- > You rec

Re: How to get text from a webpage (Webelement)?

2016-08-24 Thread vamsi 4guts
Use the below code this may help you. Set childobjdes = Description.Create() childobjdes("micclass").value="WebElement" set allobj = Browser().Page("ABC").ChildObjects(childobjdes) mycount = allobj.count If mycount > 0 Then For i= 0 to allobj.count-1 output= allobj.Item(i).GetROProperty("

Re: How to verified user data these type of table in QTP/UFT

2016-08-31 Thread vamsi 4guts
Can you give some more details... On Wed, Aug 31, 2016 at 6:45 PM, Vikash Mishra wrote: > Kindly write some more details what you need actually .. > > > On Monday, August 29, 2016 at 8:35:17 AM UTC+2, Atmakur Subrahmanyam wrote: >> >> >>

Re: How to do Localization testing in UFT

2016-09-07 Thread vamsi 4guts
HI Sari, What steps blocking to you, For executing the other languages? I think the scripts what you developed work for other languages also, if you get the exact properties from the application(not English text). Thanks, Vamsi. On Fri, Sep 2, 2016 at 4:38 PM, Sari S.NAIR wrote: > Hi All, >

Performance is low UFT12.52

2016-09-28 Thread vamsi 4guts
Hi All, Using multiple actions around 20 to 25, Using LoadandRun. While executing the scripts first 2 to 3 actions are executing smoothly remaining are very slow. Any solutions for this? Using Windows7+UFT12.52+IE11 Thanks, Vamsi. -- -- You received this message because you are subscribed t

Re: Performance is low UFT12.52

2016-09-28 Thread vamsi 4guts
Yeah, Working on multiple machines facing the same slowness thanks, Vamsi. On Wed, Sep 28, 2016 at 1:21 PM, wrote: > Have you tried running the script from a different machine? > > On Sep 28, 2016, at 1:07 PM, vamsi 4guts wrote: > > Hi All, > > Using multiple actions a

Re: How to access Webtable->Webelement(Combo box) data

2016-10-12 Thread vamsi 4guts
try to use Drag and Drop It worked for me when the list box as WebElement. Browser().Page().WebElement().Drag Browser().Page().WebElement().Drop On Wed, Oct 12, 2016 at 10:56 PM, wrote: > Hi, > > I understand how it works, I used index 0 to select the combo box and then > used WshShell to move

Save test results in alm pass/fail

2016-10-20 Thread vamsi 4guts
Hi All, My Framework is in my Local machine ,I need to update the test results in ALM. Any information pls share. Thanks in Advance. -vamsi -- -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To pos

License issue

2016-11-03 Thread vamsi 4guts
Hi All, We are using total 30 licenses. My team required: 6 licenses. Some times when we opening the UFT , message displays as ‘License available capacity is 0’ Can we allocate(restrict) 6 licenses to my team? Thanks, Vamsi. -- -- You received this message because you are subscribed to t

Re: License issue

2016-11-03 Thread vamsi 4guts
Thanks arun On Thu, Nov 3, 2016 at 10:52 PM, arun wrote: > Yes, you can block 6 licences using node locked concept provided by UFT. > > What happens when you have make 6 licences as node locked, only 14 will be > available to others for usage. > > -- > -- > You received this message because you

Re: License issue

2016-11-06 Thread vamsi 4guts
Hi Ravi, Iam not able to see the path what you specified [image: Inline image 1] On Mon, Nov 7, 2016 at 12:30 PM, Ravi kiran wrote: > you can verify who uses the license in the qtp software dump->license > server -utilities ->winadmin.exe > > On Thu, Nov 3, 2016 at 1:21 PM,

Can we lock action/test in UFT?

2016-11-07 Thread vamsi 4guts
Hi All, I have bunch of reusable actions. Our team is using all the things(read/modify) the scripts. But my point is only one person can give access to the modify the scripts. Can we do that? -- -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professio

Citrix machines are very Slow.

2017-02-23 Thread vamsi 4guts
Why citrix or Windows machines are very slow? for using UFT Automation Scripts. Citrix machine net speed is 380mbps. My local machine net speed is 65 mbps. But while opening UFT is very slow. Execution is very difficult. While executing the same script in my local machine it is working smoothly.

Re: Citrix machines are very Slow.

2017-02-24 Thread vamsi 4guts
b 24, 2017 at 9:46 AM, vamsi 4guts wrote: > >> >> Why citrix or Windows machines are very slow? for using UFT Automation >> Scripts. >> >> Citrix machine net speed is 380mbps. >> My local machine net speed is 65 mbps. >> >> But while opening UFT i

ALM patch required to view the UFT Scripts in ALM

2017-03-16 Thread vamsi 4guts
HI All, What is the patch required , to generate/ See the Test scripts from ALM. Already generated the Automation Script but to see the Script it is not visible. Used different machines. In one machine I installed the Patch long back and Generated the Automation (UFT) Scripts.(UFT 12.53 version a

Re: Functions in Hybrid framwork

2017-05-01 Thread vamsi 4guts
HI sravan, Can you share any screen shots for understanding. Thanks, vamsi. On Sun, Apr 23, 2017 at 10:37 AM, saravanan u wrote: > Hi Kiran, > Thanks, we maintain function libraries in our framework. In hybrid > framework, n number of function using in switch case statement. By mistake > anyone

Re: Need help in QTP trial resetter

2017-05-23 Thread vamsi 4guts
HI can you explain how to create VM in our local machine ? thanks, vamsi On Mon, May 22, 2017 at 5:40 PM, Vikash Mishra wrote: > need to format the system to get install new version or same else use Vm > machine to install the images > > > On Monday, May 8, 2017 at 11:17:05 AM UTC+2, vibhavari p

"IG: The IG TestAutomation assembly is versioned. but the AUT's IG Control assembly is not "

2017-06-05 Thread vamsi 4guts
Hi All, Getting the below error. *"IG: The IG TestAutomation assembly is versioned. but the AUT's IG Control assembly is not "* Application: Windows, C#, WPF Using Automation tool UFT. can anyone facing the issue? any solution how to resolve? Thanks, vamsi. -- -- You received this message

Re: How to select Checkbox which is in WebTable

2017-07-04 Thread vamsi 4guts
Rem Method 1 Browser("Creationtime:=0").WebTable("Column names:=;;X;;.*").ChildItem(1,1, "WebCheckbox",0).Set "ON" Rem Method 2 Set CHKObj = Browser("Creationtime:=0").WebTable("Column names:=;;X;.*") .ChildItem(1,1,"WebCheckbox",0) If typename(CHKObj) = "HtmlCheckBox" Then CHKObj.Set "ON" End IF

Re: Need help with QTP interview

2017-09-13 Thread vamsi 4guts
Hi Anand, What type of help required for you. If you have any questions faced in an interview post here. Then any one can try to sort those questions. thanks, vamsi. On Wed, Sep 13, 2017 at 3:38 PM, Anand Patel wrote: > I need help with QTP interview real time questions. > > -- > -- > You re