Search found 29 matches

by NewLearner
Mon Dec 21, 2015 3:52 pm
Forum: Object Identification and Technologies
Topic: RESTful web service testing
Replies: 6
Views: 11763

Re: RESTful web service testing

Thank you odklizec, since im new to web testing i dont know how to use this code in my project..
If anyone knew easy way of webservice automation for beginner please let me know
thank you
by NewLearner
Tue Dec 15, 2015 12:07 pm
Forum: General Questions
Topic: SOAP Project
Replies: 1
Views: 2202

SOAP Project

Hi I'm new to web service testing, i have soap project file, i just opened with soap UI and check some test cases are in the project, now i thought to use ranorex to do some test scenario using this soap project, i read the post http://www.ranorex.com/blog/how-to-test-web-services-with-ranorex But i...
by NewLearner
Sat Oct 10, 2015 9:46 am
Forum: General Questions
Topic: Test Execution
Replies: 3
Views: 1784

Re: Test Execution

Hi Markus, i have 10 test, each test has individual test suite, each test suite have only one test case, so 10 test suite is 10 test case..after this i created bat file for each test case, so 10 bat files, example bat file TS_01.bat contain cd C:\TestScripts\TS_01\TS_01\bin\Debug TS_01.exe /zr /zrf:...
by NewLearner
Tue Oct 06, 2015 3:51 pm
Forum: General Questions
Topic: Test Execution
Replies: 3
Views: 1784

Test Execution

Hi All, This is general query on test execution in different environment, Example, I have 10 test suite(each suite has only one test case) all the 10 test calling a common login function(user code), this login function get test environment details from login.xls file, if i change my login details to...
by NewLearner
Wed Aug 26, 2015 1:38 pm
Forum: Bug Reports
Topic: Potential BUG?: <select> dropdown not recognized as HTML
Replies: 8
Views: 5840

Re: Potential BUG?: <select> dropdown not recognized as HTML

I think...This is issue still there, I'm using Ranorex5.4 but i can't select dropdown in chrome browser..
by NewLearner
Mon Jun 15, 2015 12:54 pm
Forum: Automation Tools
Topic: How to resolve/merge repository conflicts with SVN?
Replies: 4
Views: 3514

Re: How to resolve/merge repository conflicts with SVN?

Hi ElSticky,
Did you find any solution to your problem, presently I'm facing same issue, but I'm going to use single object repo for both tests(different person work on same repo)... I just installed tortiseSVN and checking possibilities.. if you have solution pls let me know ..

Thank you....
by NewLearner
Thu Jun 11, 2015 3:49 pm
Forum: Automation Discussions
Topic: TortoiseCVS connection
Replies: 0
Views: 2483

TortoiseCVS connection

HI, I have installed tortoiseCVS in my machine and connected with my CVS server, it has connected i have stored two files in CVS 1.objectrepository (binary format) 2. usercode(text format). now i'm thinking to connect ranorex with this tortoisecvs/cvs files, which means each test suite will connect ...
by NewLearner
Mon Jun 01, 2015 3:49 pm
Forum: Automation Discussions
Topic: XML parse
Replies: 2
Views: 3128

Re: XML parse

Hi I just created a function xmltag=$xmlresponse and findxmltag = "orderNo" public void funcGettab(string xmltag, string findxmltag) { XmlDocument xmldoc = new XmlDocument(); xmldoc.LoadXml(xmltag); XmlNodeList nodeList = xmldoc.GetElementsByTagName(findxmltag); findxmltagvalue=string.Empty; foreach...
by NewLearner
Mon Jun 01, 2015 2:05 pm
Forum: Automation Discussions
Topic: XML parse
Replies: 2
Views: 3128

XML parse

Hi, my window based application one of field shows xml API response, so i captured as value and stored in a variable like $xmlresponse $xmlresponse="<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <kmsgresponse><result status='true'/><body><orderNo>38</orderNo><fileRef>39D0C6018AB1000090EA00...
by NewLearner
Wed May 27, 2015 3:59 pm
Forum: General Questions
Topic: How to add multiple Jenkins jobs with a Ranorex Project
Replies: 11
Views: 2441

Re: How to add multiple Jenkins jobs with a Ranorex Project

Thank you for much details about Jenkins, I think I don't need this, because I'm using HP ALM for batch run in remote system(night time) scheduled one, as you said parallel run in different slaves using jenkins, here slave means different system right?, each system consider as slave, which means you...
by NewLearner
Wed May 27, 2015 10:14 am
Forum: General Questions
Topic: How to add multiple Jenkins jobs with a Ranorex Project
Replies: 11
Views: 2441

Re: How to add multiple Jenkins jobs with a Ranorex Project

This is general question on Jenkins, I never used Jenkins, I just read it is continuous integration tool, if so what's the benefit of using Jenkins in Ranorex? can we use jenkin as version control system?, for example if more than one person using same object repository in same time in different mac...
by NewLearner
Mon May 25, 2015 12:35 pm
Forum: General Questions
Topic: Regular expression
Replies: 1
Views: 1571

Regular expression

//div[#'FI_Cv_Exploratory_Inbound_SP,none:Carrier IATA Code:nkGlobalMap_941751663_(All)']/?/?/a[@innertext='(All)']

i need to use regular expression for this 941751663 will keep changing.. how to use regular exp for about path

Thanks
by NewLearner
Wed Apr 15, 2015 1:15 pm
Forum: General Questions
Topic: Version Control System for Shared Object Repository
Replies: 1
Views: 2378

Version Control System for Shared Object Repository

Hi, We are using shared object repository(external) for different test suites, so different tester will open/work test suites which mapped in to shared object repository(external), now we are facing object conflicts and object missing while saving shared object repository(external) by different user...
by NewLearner
Wed Apr 15, 2015 11:18 am
Forum: Automation Tools
Topic: General Qeury on Mergining test suites Ranorex
Replies: 3
Views: 1908

Re: General Qeury on Mergining test objects

Hi, I have two object repositories namely , GlobalObject1 and GlobalObject2, both are contains same objects and each has its own individual objects, now I like to merge these two object repositories into one object repository, please let me know how to do this... 1. is it any way to compare two obje...
by NewLearner
Sun Mar 15, 2015 8:15 pm
Forum: General Questions
Topic: Downgrade Ranorex version
Replies: 1
Views: 2465

Downgrade Ranorex version

Hi
I want to uninstall Ranorex 5.2 in my machine and install Ranorex 5.0 in the same machine, pls let me know how to do this..
Because, I have scripts created in 5.0 which is not running properly in 5.2

Thank you