Skip to main content
Filter by
Sorted by
Tagged with
1 vote
3 answers
2k views

I've started a new role in my life. I was a front end web developer, but I've now been moved to testing web software, or more so, automating the testing of the software. I believe I am to pursue a ...
Matthew Dewell's user avatar
0 votes
0 answers
202 views

I am using TestComplete to automate our regression for a silverlight web app, so we have multiple forms in the system and plenty of dropdowns and I am able to click on the dropdown combobox but unable ...
user27153's user avatar
0 votes
1 answer
63 views

Is there a way to add results in a for loop, while retaining the previous result so I can verify the entire list as items are added? var listArray = new Array(); listArray[0] = item1 = "100??"; ...
Dan's user avatar
  • 29
0 votes
1 answer
69 views

Here is what I am trying to do: I have 25 queries to run that are in a separate file. They are all named by what they are returning. So if I want to loop through them, can I just use a variable to ...
Dan's user avatar
  • 29
1 vote
1 answer
1k views

From the example given on smartbear's official website, # The following routine checks the width and height attributes of # IMG elements located on a web page. def Test(): # Obtains the page ...
Yu Zhang's user avatar
  • 2,119
0 votes
1 answer
338 views

We are automating a desktop application (ININ) using Test complete. We are unable to spy the table using object spy of test complete. However while recording we are able to click that row, but we ...
user8898257's user avatar
1 vote
1 answer
194 views

This is my first experience of using PDFBox jar files. Also, I have recently started working on TestComplete. In short, all these things are new for me and I have been stuck on one issue for last few ...
Gurmanjot Singh's user avatar
0 votes
1 answer
234 views

I'm using JScript to test the character limit of a textbox, and also to make sure that numbers, characters, and special characters are accepted. If I have an array like ("a", "2", "$", "D"), how can ...
Dan's user avatar
  • 29
0 votes
1 answer
544 views

I am writing automated testing scripts using TestComplete. TestComplete mostly supports Ecmascript 2015, but it has a few quirks that are causing intellisense to not work as I would expect. Here is ...
Vaccano's user avatar
  • 83.2k
0 votes
1 answer
43 views

I'm new to use Testcomplete , i'm using javascripts to automate my code, below are sample script ( converted one recorded first then converted into jscript) and in this scripts what i observe that ...
DarkShadows's user avatar
0 votes
2 answers
1k views

I have spied a notepad and text box of a notepad contains a string which will be visible only if you scroll down. Now I am trying to perform a single click there via passing a rectangle co-ordinate ...
Srikant Barik's user avatar
0 votes
1 answer
170 views

Is there a way to write a single function to map an object based on the type of control? For example, I do this for a Yes button: function YesBtn() { return Aliases.[App].Find("MappedName", "*....
Dan's user avatar
  • 29
1 vote
1 answer
285 views

I am trying to fetch textual properties of an object.In this case I have taken a notepad and trying to fetch properties via below snippet.But my problem is I am able to get all the properties ...
Srikant Barik's user avatar
0 votes
1 answer
154 views

I am new to test complete I am trying to use a generic method to create script but I am not able to combine browser and element Function EditText (BrowserObject,EditboxName, EditValue) BrowserObject....
Malar's user avatar
  • 163
-2 votes
1 answer
170 views

The problem we face when we try to run our automation script on for long hours is in between the execution we face with “Out of Memory” issue.This issue is bcoz GDI Object” leak happening due to which ...
Smitha's user avatar
  • 1
0 votes
1 answer
105 views

Click not working using variable in testcomplete as following. var okbtn= "Aliases.LateralData_Applications_Dashboard.LoginForm.btnOK"; okbtn.ClickButton(); while direct click without variable is ...
sanjay's user avatar
  • 15
0 votes
1 answer
335 views

I am automating a mobile application using TestComplete tool. I have to get the text of an object from the UI, but the object id keep on changing while change of values. So is there any option in test ...
Baburaj V's user avatar
0 votes
1 answer
145 views

I am accessing one application.Through application one excel file is getting open(not saving it in downloads,directly opening).Now I need to read data from the unsaved excel.Is it possible that ...
Rupali's user avatar
  • 119
0 votes
1 answer
184 views

I am currently developing a Keyword driven framework using JavaScript / TestComplete and have an Excel file which contains a step number, Description, Keyword, Locator and Data. I am currently ...
DarylMM's user avatar
1 vote
2 answers
927 views

How to get the full computer name using Test Complete For example, Computer Name : RAMAKRISHNA Full Computer Name : RAMAKRISHNA.XYZ.COM Domain Name : XYZ.COM Using TestComplete, I have tried the ...
rama krishna's user avatar
0 votes
1 answer
304 views

I am executing tests through TestExecute and I want to enable the debug mode, i.e. I want it to pause at all the breakpoints which are set in the TestComplete project suite that is being executed ...
NA123's user avatar
  • 1
1 vote
1 answer
333 views

I'm trying to leverage SmartBear TestComplete for coded UI tests as part of my release process. I found a response stating TestComplete will not work with the 2015 test agents: Running TestComplete ...
JDH's user avatar
  • 2,822
1 vote
3 answers
1k views

I have this piece of HTML codes I need to find those 2 objects using JavaScript so I can click() it and write some text (Test Automation). The issue is the id is dynamically generated, thus can't be ...
keylogger's user avatar
  • 882
1 vote
1 answer
44 views

I'm using JScript and SQL Server 2012 to verify a grid in a UI. Is there a way to compare SQL results to a single column? The entire grid is mapped, but nothing else. Even with the Map Object From ...
Dan's user avatar
  • 29
1 vote
2 answers
512 views

To test our desktop application we are using TestComplete/TestExecute. We have a Master project that is started on a Management machine. This Master project doesn't require interaction with the ...
cam_farineau's user avatar

1 2
3
4 5
10