Skip to main content

Posts

Showing posts from May, 2019

Jmeter

JMeter Advantages Open source license : JMeter is totally free,  allows developer use the source code for the development Friendly GUI : JMeter is extremely easy to use and doesn't take time to get familiar with it Platform independent : JMeter is 100% pure Java desktop application. So it can run on multiple platforms Full multithreading framework . JMeter allows concurrent and simultaneous sampling of different functions by a separate thread group Visualize Test Result:  Test result can be displayed in a different format such as chart, table, tree and log file Easy installation : You just copy and run the *.bat file to run JMeter. No installation needed. Highly Extensible : You can write your own tests. JMeter also supports visualization plugins allow you to extend your testing Multiple testing strategy : JMeter supports many testing strategies such as  Load Testing , Distributed Testing, and  Functional Testing . Simulation : JMeter can simulate mul...

Simple, Compound and complex sentences

Simple Sentences (Independent sentence): The sentences contain a subject and a verb. e.g I am teacher so I is subject and am is verb. Compound Sentences: The sentence which contain two or more independent sentences and these sentences are connected by conjunction. We always put comma before conjunction. e.g I am a teacher. My wife is lawyer so it will be I am a teacher, and my wife a lawyer. Complex Sentence: The sentence which contains one dependent clause and other dependent clause. e.g When i got home from work yesterday this looks like dependent clause so When i got home from work yesterday, I watched TV for an hour. Now it looks complete sentence after adding independent  clause I watched TV for an hour.