Questions tagged [angularjs-e2e]

The End-to-End testing framework for AngularJS.

The End-to-End testing framework for AngularJS. For large and small applications that grow in size and complexity it allows automatic testing to verify the correctness of new features, catch bugs and notice regressions.

The solution for testing used by the framework is an Angular Scenario Runner which simulates user interactions that will help to verify the health of the Angular application.

Issues related to the E2E Testing provided by AngularJS (http://docs.angularjs.org/guide/dev_guide.e2e-testing) and distributed as ng-scenario.

546 questions
-1
votes
1 answer

Running protractor tests in internet explorer?

I am trying to run protractor E2E test in Internet explorer, but failed to make it happen. ( I am succeed with Chrome) After i run the protractor its opening blank page in IE and it's not opening the URL i specified in the spec.
Venkatesh V
  • 51
  • 1
  • 1
  • 2
-1
votes
3 answers

unable to click on popup ok button in protractor

I don`t why this protractor code work for popups. My protractor version : 4.0.3 chrome version: chromedriver_2.22.exe below is the Error message that i am getting Failed: no alert open (Session info: chrome=52.0.2743.116) (Driver info:…
Balaji Singh .Y
  • 683
  • 2
  • 9
  • 22
-1
votes
1 answer

Protractor: How to access global variables that we have inside our application?

Hope if someone could help. I am working on an Angular based application. I am automating my End to End tests with the help of Protractor. I have a global variable set in my Application called "selectedPlatform", which conveys, for which…
-2
votes
1 answer

Have to send values in placeholder for Name and Email using protractor

Following is the HTML where we have placeholder for name and email

CONTACT US

Abbas Ali Husain
  • 195
  • 2
  • 13
-3
votes
1 answer

How to reuse and run same test cases in every page of application using PROTRACTOR E2E?

REQUIREMENT: For this example let us consider testing the look and feel of buttons through out the application based on my custom CSS styleguide I have written test cases to test all the states of buttons (eg. button color on hover, box shadow of…
Neyo
  • 523
  • 1
  • 8
  • 23
-3
votes
1 answer

Equaling object and string

please I have problem with equaling object and string, if print each of both (with method sendKeys();), it's has the same value, but this condition is false. When I cast object to string is undefined. The thisAdspaceNumb is from angular table. I…
Kex
  • 93
  • 1
  • 9
1 2 3
36
37