Skip to content

Instantly share code, notes, and snippets.

View florin141's full-sized avatar

Florin C. florin141

  • Hiberus Tecnología
  • Zaragoza, Spain
View GitHub Profile
{
"Authorization.AccessDenied": "تم رفض الترخيص لهذا الطلب!",
"Authorization.NotLoggedIn": "الترخيص مطلوب لهذا الطلب!",
"Columns.Serenity.Pro.Meeting.Columns.MeetingAgendaColumns.AgendaNumber": "الرقم",
"Columns.Serenity.Pro.Meeting.Columns.MeetingDecisionColumns.DecisionNumber": "رقم القرار",
"Controls.CheckTreeEditor.SelectAll": "اختيار الكل",
"Controls.ColumnPickerDialog.HiddenColumns": "الأعمدة المخفية",
"Controls.ColumnPickerDialog.HideHint": "إخفاء",
"Controls.ColumnPickerDialog.RestoreDefaults": "استعادة الافتراضيات",
"Controls.ColumnPickerDialog.ShowHint": "إظهار",
{
"Authorization.AccessDenied": "Authorization has been denied for this request!",
"Authorization.NotLoggedIn": "Authorization is required for this request!",
"Columns.Serenity.Pro.Meeting.Columns.MeetingAgendaColumns.AgendaNumber": "S.No",
"Columns.Serenity.Pro.Meeting.Columns.MeetingDecisionColumns.DecisionNumber": "S.No",
"Controls.CheckTreeEditor.SelectAll": "Select All",
"Controls.ColumnPickerDialog.HiddenColumns": "Hidden Columns",
"Controls.ColumnPickerDialog.HideHint": "hide",
"Controls.ColumnPickerDialog.RestoreDefaults": "Restore Defaults",
"Controls.ColumnPickerDialog.ShowHint": "show",
Smoke Testing:
Description: Smoke testing is a preliminary test performed after API development is complete. It's a quick validation to ensure that the APIs are working as intended and that no critical issues or errors are immediately apparent.
Purpose: To identify major flaws or issues that could hinder further testing or development.
Functional Testing:
Description: Functional testing involves creating test plans based on the functional requirements of the API. Test cases are designed to validate whether the API functions as expected and to compare the actual results with the expected results.
Purpose: To verify that the API meets its intended functional requirements.
Integration Testing:
Description: Integration testing focuses on combining multiple API calls to perform end-to-end tests. It examines how different APIs work together, testing intra-service communications, and the transmission of data between APIs.
public enum Range
{
/// <summary>
/// A range that contains all values greater than start and less than end.
/// </summary>
Open,
/// <summary>
/// A range that contains all values greater than or equal to start and less than or equal to end.
/// </summary>
Closed,
System.InvalidOperationException
HResult=0x80131509
Message=There was an error reflecting type 'aero.aixm.schema._5_1_1.WorkAreaType'.
Source=System.Xml
StackTrace:
at System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(TypeModel model, String ns, ImportContext context, String dataType, XmlAttributes a, Boolean repeats, Boolean openModel, RecursionLimiter limiter)
at System.Xml.Serialization.XmlReflectionImporter.ImportElement(TypeModel model, XmlRootAttribute root, String defaultNamespace, RecursionLimiter limiter)
at System.Xml.Serialization.XmlReflectionImporter.ImportTypeMapping(Type type, XmlRootAttribute root, String defaultNamespace)
at System.Xml.Serialization.XmlSerializer..ctor(Type type, String defaultNamespace)
at System.Xml.Serialization.XmlSerializer..ctor(Type type)
var client = new RestClient("http://localhost:57453/api/rebels");
var request = new RestRequest(Method.POST);
request.AddHeader("cache-control", "no-cache");
request.AddHeader("Connection", "keep-alive");
request.AddHeader("Content-Length", "225");
request.AddHeader("Accept-Encoding", "gzip, deflate");
request.AddHeader("Host", "localhost:57453");
request.AddHeader("Postman-Token", "3cfa2fb8-42ba-4cb3-bf3f-a2bd996d2fd4,bdadb0a6-e966-433a-be07-9387290c0825");
request.AddHeader("Cache-Control", "no-cache");
request.AddHeader("Accept", "*/*");
<?xml version="1.0" encoding="utf-8"?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>Unit Test</Title>
<Author>Rusty Divine</Author>
<Description>Unit Test Template with 3 Parts</Description>
<HelpUrl>https://msdn.microsoft.com/en-us/library/ms165394.aspx</HelpUrl>
<SnippetTypes />
<Keywords />
@florin141
florin141 / sql-mongo_comparison.md
Created November 17, 2017 21:54 — forked from aponxi/sql-mongo_comparison.md
MongoDb Cheat Sheets

SQL to MongoDB Mapping Chart

SQL to MongoDB Mapping Chart

In addition to the charts that follow, you might want to consider the Frequently Asked Questions section for a selection of common questions about MongoDB.

Executables

The following table presents the MySQL/Oracle executables and the corresponding MongoDB executables.